RawShooterPremium is a high quality RAW image processor for digital photography. It supports the whole RAW workflow from downloading the images off the camera through color / luminosity / contrast manipulation to tilting and cropping. Most of the functionality is extremely powerful yet easy to use.
The Interface takes a while to get used to but then is nicely suited for the task.
There's a rather active forum on all kinds of topics around RawShooter at http://forum.pixmantec.com/ubbthreads.php/Cat/0/C/4.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
the install
What does not
doesn't start up, fails with a "bus error" probably due to the copy-protection algorithm.
What was not tested
the whole thing
Additional Comments
well... Garbage probably isn't fair for the program, as it is an excellent one on it's native platform. It just doesn't start up on wine.
2013-05-03 Admin note: the information below may be outdated. It is being kept here for the benefit of anyone who may wish to test and/or update it.
if you copy the *.icc files from your /windows/system32/color directory to the current directory at RSP start, you can select them in the program. I can't say how correct the color correction is, though.
I use the following script to start RawShooter using a gnome panel button:
my_dir=$(dirname $0) cd $my_dir if [ -x RawShooter.exe ] then wine RawShooter.exe fi
obviously, this scipt has to be in the RawShooter directory to work ;-)
I've been working with this for a while and experiencing strange issues with RawShooter being unable to read files and suddenly terminating. It seems that this is related to the .icc files, which it repetitively tries to open. I've removed them from the directory again which means RawShooter will no longer embed profiles anymore but at least it works.