Re: How to incrementally compress jpeg?
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