I have no problems with browsing in PSCS - what are your concerns there? I only have the 5050 files to compare at this stage.
Welcome to ScubaBoard, the world's largest scuba diving community. Registration is not required to read the forums, but we encourage you to join. Joining has its benefits and enables you to participate in the discussions.
Benefits of registering include
alcina:I have no problems with browsing in PSCS - what are your concerns there? I only have the 5050 files to compare at this stage.
drbill:Hmmm... I used to use "raw" image files (from satellite images) in versions of Publisher's Paintbrush from the early 1990's. They allowed me to read a "raw" image based on header offset, and the pixel dimensions (heighth and width) of the image.
Are today's "RAW" image formats merely series of bytes with proprietary headers? If so, that ancient software can read them. Of course it would be much easier to be able to read the proprietary headers and open the file without the user defining the image dimensionality.
Dr. Bill
ChrisA:Reading a RAW camera formatis easy. What's hard is converting it to adisplayable image. This required interpolation as the camera did not measure every color at every pixel location for some images. What is the best way to interpolate? Bi-cubic,linear or what? It depends on what is being photographed. Fine tuning of the color balance and exposure can also be done durring the converion. The best RAW readers give the uers good control of the process. The RAW converter built into the camera has t take some short cuts
lamont:crud, there goes my idea of reverse engineering the RAW format. probably easier to take photoshop apart with a debugger and reverse engineer the algorithm and i don't have that kind of spare time...
ChrisA:You don't need to reverse engineering the RAW format. There already exists an Open Sourse library for reading "RAW" formats.
http://www.cybercom.net/~dcoffin/dcraw/
One of the advantages of this package is that it supports well over 100 cameras from Nikon, Canon, Kodak, and most others.
Like many Open Source software package this one outperforms the "Windows only" software
supplied by the camera manufactures but required more from the user. Kind of like the
difference between a DSLR and a point and shoot.