| Class | EXIFR::JPEG |
| In: |
lib/jpeg.rb
|
| Parent: | Object |
EXIFR::JPEG.new('IMG_3422.JPG').width # -> 2272
EXIFR::JPEG.new('IMG_3422.JPG').exif.model # -> "Canon PowerShot G3"
| instance_methods | -> | instance_methods_without_jpeg_extras |
| comment | [R] | comment; a string if one comment found, an array if more, otherwise nil |
| exif | [R] | EXIF data if available |
| height | [R] | image height |
| width | [R] | image width |