Sha256: 04489c9c892c892db700d719b87777a152f0b00c0a464430239711207d94aa7b

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

#ifndef RB_JPEG_JPEG_H
#define RB_JPEG_JPEG_H 1
#include <jpeglib.h>
#include "jpeg.h"
#include "ruby.h"

struct rb_jpeg_image {
    struct jpeg_decompress_struct *read;
    struct jpeg_error_mgr *error;
    FILE *fp;
};

void Init_jpeg_image();

#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jpeg-0.6.0 ext/jpeg/jpeg_image.h