rexif API references
- Jpeg<Class
-
- Jpeg::ParseError<StanderdError
- Jpeg::Segment<Class
- Jpeg::StringIO<String
- Jpeg::SOFData<Jpeg::Segment
- Exif<Jpeg::Segment
-
- Exif::ParseError<Jpeg::ParseError
- Exif::Rational<Rational
- Exif::Data<Class
- Exif::Ifd<Array
-
- Exif::Ifd::Directory<Class
- Exif::Ifd::Directory::TagInfo<Class
Class
Enumerable
StanderdError
- j.index('SOI') #=> 0
- j.index(Jpeg::Segment::SOI) #=> 0
- j.index(soi) #=> 0
- j[/SO/] #=> [ soi, sof0, sos ]
- j['APP1'] #=> app1
- j[Jpeg::Segment::SOI] #=> soi
- J[0] #=> soi
- j['SOS'..'EOI'] #=> [ app1, img, eoi ]
- j[0..1] #=> [ soi, app1 ]
Class
String
Jpeg::Segment
Jpeg::Segment
Jpeg::ParseError
Rational
Class
- IFD
- Directory
Array
Class
1: ubyte,
2: ascii,
3: ushort,
4: ulong,
5: urational,
6: byte,
7: undefined,
8: short,
9: long,
10: rational,
11: float,
12: double
Class