I have raw pixel data in a block of memory of the form ARGB. I need to convert this to a jpg and write it to disk. I can obviously provide the width and height which match the amount of pixel data.
I also need to go the other way... Reading a jpg from disk and getting at an ARGB (or even just RGB) pixel buffer. I have not been able to find good sample code to do this... Is there any out there? I saw one page about ImageIO but few details. If there is no sample code, what then are the steps so I can piece it together myself? Thanks, Trygve _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
