• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Converting image types and preserving EXIF.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Converting image types and preserving EXIF.


  • Subject: Re: Converting image types and preserving EXIF.
  • From: Heinrich Giesen <email@hidden>
  • Date: Mon, 8 Aug 2005 12:11:04 +0200


On 08.08.2005, at 09:07, Scott Andrew wrote:

I want to convert from tiff to jpeg and raw to jpeg etc. For tiff ->
JPEG i need to keep EXIF info and for Raw -> JPEG i need to write
exif info.


How can you keep what not exists? Tiff files have no EXIF info. This is
only part of jpeg files (App1 marker). But tiff files contain a lot
of tags that are also (partially) used in EXIF data. If you want to create
a jpeg file you have to create the App1 marker. You may have some
luck with CGimages. Forget NSImage (it is only a wrapper for zero, one
or more NSImageRep instances) and forget NSBitmapImageRep. It contains
(if any) only a small subset of EXIF data.


Have a look at:
   http://johnst.org/sw/exiftags/


-- Heinrich Giesen email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Converting image types and preserving EXIF.
      • From: Scott Andrew <email@hidden>
    • Re: Converting image types and preserving EXIF.
      • From: Scott Andrew <email@hidden>
  • Prev by Date: Re: Modifying bitmap data
  • Next by Date: Re: NSOutlineView selectable only children
  • Previous by thread: Converting image types and preserving EXIF.
  • Next by thread: Re: Converting image types and preserving EXIF.
  • Index(es):
    • Date
    • Thread