Re: Controlling RAW Camera file conversion in NSImage
Re: Controlling RAW Camera file conversion in NSImage
- Subject: Re: Controlling RAW Camera file conversion in NSImage
- From: Steven Noyes <email@hidden>
- Date: Mon, 5 Feb 2007 09:43:35 -0700
Thanks.
I was afraid of that. It was the path I was already starting to go
down but was hoping I could leverage the fact Cocoa already builds on
Dave's code base.
Steven
On Feb 5, 2007, at 9:03 AM, Ryan Britton wrote:
No, it isn't. Not directly anyway. You may be able to get some
approximation of this by using Core Image, but even then I believe
it still operates on the loaded bitmap data rather than the RAW data.
If you want to control the generation of the RAW file's bitmap,
you'll likely need to wrap dcraw (the basis for many RAW converters
- http://cybercom.net/~dcoffin/dcraw/) internally and feed it the
parameters you want.
On Feb 4, 2007, at 7:51 PM, Steven Noyes wrote:
NSImage, when presented with a RAW image file from a camera (a
CR2, CRW or NEF) file for example, will decode the image and
present the NSBitmapImageRep in the NSImage with a great 16 bit
converted file. This is right cool but I have a question.
Is it possible to control any of the parameters in the RAW
conversion? I am concerned with any Chroma or Noise Reduction
applied to the image.
Steven Noyes
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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