• 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: some questions about creating image thumbnails
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: some questions about creating image thumbnails


  • Subject: Re: some questions about creating image thumbnails
  • From: Nathan Vander Wilt <email@hidden>
  • Date: Wed, 9 Apr 2008 09:22:59 -0700

On Apr 9, 2008, at 8:32 AM, Jesse Grosjean wrote:
I've heard (or maybe imagined) that some image file formats will already embed their own thumbnails. Is that a better way to do things... what image formats support that if any?

This I do know a bit better. TIFF images can indeed store multiple representations, and it seems NSImage is well suited to using those representations.


You might consider PNG as well. It cannot store multiple representations in one file, but it can compress many screen graphics (think screenshots of a typical application window and such) better than TIFF compressions while still keeping the original pixels.

JPEG and other (usually unwritable) camera formats can store a thumbnail in their metadata, but I wouldn't recommend going that route. Not the only reason, but unless you're dealing with photographic material JPEG's lossy compression will not likely be suited to your needs.

hope this helps,
-natevw
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >some questions about creating image thumbnails (From: Jesse Grosjean <email@hidden>)

  • Prev by Date: Re: NSUInteger question
  • Next by Date: Re: NSUInteger question
  • Previous by thread: Re: some questions about creating image thumbnails
  • Next by thread: Re: some questions about creating image thumbnails
  • Index(es):
    • Date
    • Thread