[haiku-bugs] Re: [Haiku] #8687: ShowImage: add "file info" with image properties, exif data, and so on

  • From: "Janus" <trac@xxxxxxxxxxxx>
  • Date: Wed, 24 Jun 2015 11:12:38 -0000

#8687: ShowImage: add "file info" with image properties, exif data, and so on
-------------------------------------+-------------------------------------
Reporter: Giova84 | Owner: leavengood
Type: enhancement | Status: new
Priority: normal | Milestone: R1
Component: | Version: R1/Development
Applications/ShowImage | Keywords: showimage add file info
Resolution: | with exif data and all image
Blocked By: | properties edit entries
Has a Patch: 0 | Blocking:
| Platform: x86
-------------------------------------+-------------------------------------

Comment (by Janus):

The jpeg translator does already a good job deconding the Exif data into a
BMessage:

{{{
BMessage(0x0) {
Maker = string("Canon", 6 bytes)
Model = string("Canon EOS 5DS", 14 bytes)
Orientation = int32(0x1 or 1)
ExposureTime = double(0.00800000)
ISO = int32(0x64 or 100)
}

}}}

The default tags are only: Maker, Model, Orientation, ExposureTime, ISO.
It would be awesome to have the thumbnail in the message and with an input
parameter in the ioExtention avoid to translate the full image.

--
Ticket URL: <https://dev.haiku-os.org/ticket/8687#comment:7>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: