Hi,
Apologies if this has been asked elsewhere.....I have searched but could not find anything. Grateful if you could direct me to any relevant responses.
As a hobby exercise I would like to add additional support for Raw image format's generated by Cameras. Specifically I am interested in Nikon's raw format (.NEF), but I can't see any reason not to do it in a generic way if possible.
When I add the MIME type it already handles NEFs, but the thumbnails and optimized images are not very good, as they are based on the embedded JPEG, which is really designed for the camera's preview screen.
Therefore I was going to modify the code to pick up raw files and handle them differently.....my current thinking is to modify one or more of the following from TIS.GSP.Business:
Image.cs
ImageHelper.cs
ImageOptimizedCreator.cs
ImageOriginalCreator.cs
ImageThumbNailCreator.cs
Does anyone have any advice on this? Anyone tried this or similar before? Is this a good approach? Is there a better/easier way? Have I missed something really obvious? Any other bits I will need to do. My thinking is that if these files still create JPEGs of the same name then everything should be fine.
Thanks
Nick