• 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: How to incrementally compress jpeg?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to incrementally compress jpeg?


  • Subject: Re: How to incrementally compress jpeg?
  • From: Scott Ribe <email@hidden>
  • Date: Fri, 20 Nov 2009 16:30:50 -0700
  • Thread-topic: How to incrementally compress jpeg?

> I am coming from a .NET C# background, so I have some expectations
> that might not apply to Cocoa development.  In .NET, I can
> incrementally compress an image like this:
> A = new Image(data)
> B = A.save(JPEGType, 0.5)
> C = B.save(JPEGType, 0.5)

You *could* do that, but it's a bad idea. You'll get lousy quality from
multiple passes of lossy compression, worse than just compressing to your
desired result in one step.

--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice


_______________________________________________

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: 
 >Re: How to incrementally compress jpeg? (From: Phi Le <email@hidden>)

  • Prev by Date: Re: How to incrementally compress jpeg?
  • Next by Date: Re: tableView:setObjectValue:forTableColumn:row: not called when button pressed
  • Previous by thread: Re: How to incrementally compress jpeg?
  • Next by thread: Re: Magic Mouse and NSTouch
  • Index(es):
    • Date
    • Thread