RSS/Atom feed Twitter
Site is read-only, email is disabled

UPDATED: Windows compilation of RawPhoto 1.18

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

15 of 18 messages available
Toggle history

Please log in to manage your subscriptions.

Windows compilation of RawPhoto 0.7 Matthew H. Plough 30 Aug 00:00
  Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 30 Aug 12:56
  Windows compilation of RawPhoto 0.7 Eric Pierce 03 Sep 04:07
   Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 03 Sep 07:56
  Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 08 Sep 14:55
   Windows compilation of RawPhoto 0.7 Matthew H. Plough 08 Sep 21:00
    Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 09 Sep 08:57
  Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 13 Oct 08:18
   Windows compilation of RawPhoto 0.7 Matthew H. Plough 13 Oct 14:44
   UPDATED: Windows compilation of RawPhoto 1.18 Matthew H. Plough 14 Oct 00:36
    UPDATED: Windows compilation of RawPhoto 1.18 Patrick Shanahan 14 Oct 01:37
4133A784.4010902@princeton.edu 07 Oct 20:16
  Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 02 Sep 12:56
4137D071.1000009@princeton.edu 07 Oct 20:16
  Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 03 Sep 07:45
  Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 03 Sep 07:51
41388425.7050208@princeton.edu 07 Oct 20:16
  Windows compilation of RawPhoto 0.7 Alexander Rabtchevich 08 Sep 10:27
Matthew H. Plough
2004-08-30 00:00:36 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Hi everyone --

I have compiled Pawe? T. Jochym's RawPhoto 0.7 ( http://ptj.rozeta.com.pl/Soft/RawPhoto ) for Windows, and need people to test it. The plugin works perfectly on my computer, but I don't know if this will be the case elsewhere. The plugin acts as a GIMP 2.0 front end for dcraw (Windows binary at http://www.insflug.org/raw/ ), which processes RAW digital camera images.

Would anyone be willing to test this plugin on Windows and give me feedback as to how well it works? My compilation is located at http://www.princeton.edu/~mplough/tmp/rawphoto-windows-0.7.zip . I also have a sample image (of a Coast Guard cutter shot from a cruise in Alaska) at http://www.princeton.edu/~mplough/tmp/CRW_0092.CRW .

Thank you, Matthew Plough

Alexander Rabtchevich
2004-08-30 12:56:13 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Thank you for your work, Mattew.
I've tried the optimized plugin. It works fine with the latest dcraw compilation from http://home.arcor.de/benjamin_lebsanft/ .

Matthew H. Plough wrote:

Hi everyone --

I have compiled Pawe? T. Jochym's RawPhoto 0.7 ( http://ptj.rozeta.com.pl/Soft/RawPhoto ) for Windows, and need people to test it. The plugin works perfectly on my computer, but I don't know if this will be the case elsewhere. The plugin acts as a GIMP 2.0 front end for dcraw (Windows binary at http://www.insflug.org/raw/ ), which processes RAW digital camera images.

Would anyone be willing to test this plugin on Windows and give me feedback as to how well it works? My compilation is located at http://www.princeton.edu/~mplough/tmp/rawphoto-windows-0.7.zip . I also have a sample image (of a Coast Guard cutter shot from a cruise in Alaska) at http://www.princeton.edu/~mplough/tmp/CRW_0092.CRW .

Alexander Rabtchevich
2004-09-02 12:56:34 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Hello, Matthew

The plugin still works fine :). Do you want to send its code and binary to the original plugin author? He was interesed in it. Also there were people who were interested in such a plugin in yahoo gimp-win conference.
http://groups.yahoo.com/group/gimpwin-users/

Matthew H. Plough wrote:

Alexander Rabtchevich wrote:

Excellent! I am glad to hear that it works. I have now made the Windows source available at
http://www.princeton.edu/~mplough/tmp/rawphoto-20040830-src-cygwin.tgz . No changes to rawphoto.c were necessary to build the plugin, but I had to nearly rewrite the makefile. The Windows version of gimptool-2.0 seems to have crashing issues when it isn't configured exactly right, so the makefile explicitly includes the necessary libraries as opposed to asking gimptool-2.0 what libraries and C-flags should be used. Also included is kill.awk, which removes WinMain from the preprocessed version of rawphoto.c; the makefile runs this automatically. The WinMain call messed everything up, and removing it doesn't seem to cause any problems.

I have started cleaning up the code to make it easier to understand, maintain, and extend, but at this point it is functionally no different from RawPhoto 0.7.

Matt

Eric Pierce
2004-09-03 04:07:44 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

0

Alexander Rabtchevich
2004-09-03 07:45:08 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Matthew H. Plough wrote:

Do you have an email address for him? I tried the one that he posted his the RawPhoto home page, but haven't gotten a reply. I guess that email might be inactive now.

No, I only have the address from his page. I used the address to contact him before. But the last mail got no responce :(.

Also there were people who were interested in such a plugin in yahoo gimp-win conference.
http://groups.yahoo.com/group/gimpwin-users/

I will see about contacting them. I also have a pretty good idea why the plugin gives photos a magenta/red color cast, and am working on fixing the issue. It seems to be related to an arbitrary selection of color mapping; most cameras use sRGB, so any other scheme will create errors. I have a lot of information on the topic, but I haven't finished going through it, so this might take a while.

Matt

Did you use the checkbox "camera white balance" and click "reload preview"? It changes the result significuntly (removes the magenta cast at my photos from Minolta G500).

The plugin has a problem from my pov - is it doesn't show camera settings (WB). It uses it if appropriate checkbox and button are used, but don't show as the initial values in the lower sliders: WB and green component. I suspect it uses them as origins and the actual color temperature is applied as the initial value (not shown) shifted by slider position minus 4.75. The same is for the green component. This solves the problem by isn't convenient (at least for comparison with other RAW converters).

Alexander Rabtchevich
2004-09-03 07:51:17 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Matthew H. Plough wrote:

I will see about contacting them. I also have a pretty good idea why the plugin gives photos a magenta/red color cast, and am working on fixing the issue. It seems to be related to an arbitrary selection of color mapping; most cameras use sRGB, so any other scheme will create errors. I have a lot of information on the topic, but I haven't finished going through it, so this might take a while.

Matt

Maybe I was wrong - there is still light magenta cast in my G500 photos. I should even say no magenta cast, but luck of blue of the clouds (R=G>B). Maybe it is correct, but is suspect it isn't.

Alexander Rabtchevich
2004-09-03 07:56:41 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Eric Pierce wrote:

Basically, it works for me on Win2000 Pro at work w/the static version of your plugin. I need to try the dynamic one again. I didn't have dcraw installed at the time I tried the dynamically linked binary (didn't know I needed dcraw installed - maybe add that to your install instructions and where to copy the dcraw binary in Windows?)

Copy dcraw into you GIMP-2.0\bin directory.

2. It seems your plugin is trying to open any file that Gimp tries to open regardless of extension.

Many cameras have "unofficial" RAW, e.g. Minolta G500, G400, Casio ... The RAW images have *.jpg extension. So the plugin should check the image if it is RAW one.

Alexander Rabtchevich
2004-09-08 10:27:15 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Hello, Matthew

I know nothing about using *.tif as a RAW file.

Matthew H. Plough wrote:

So that's why it had to check those! Do you know if other cameras have RAW images with a .tif extension? If so, I will place both those extensions back on the list.

Alexander Rabtchevich
2004-09-08 14:55:00 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Matthew, it seems rawphoto doesn't use .badpixels file if it exists. I've put it into the same directory where dcraw is and it didn't help.

Matthew H. Plough
2004-09-08 21:00:56 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Alexander Rabtchevich wrote:

Matthew, it seems rawphoto doesn't use .badpixels file if it exists. I've put it into the same directory where dcraw is and it didn't help.

This seems like an issue with your version of dcraw, but I will try to check it out. Does dcraw use the .badpixels file if you run it standalone?

Matt

Alexander Rabtchevich
2004-09-09 08:57:03 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Matthew, I've tried standalone dcraw in -d mode. The results are really strange: the bad pixel isn't affected with changes in the .badpixels file! There is definitely a bad pixel somewhere at 1052,998, starting from 0,0. But with or without the .badpixels file, the result is the same. I've tried to mark one of the neighbour points as the bad pixel, but the things didn't change.

P.S. I'm using the latest dcraw compilation from http://home.arcor.de/benjamin_lebsanft/ DCRaw win32 5.90/1.201.

This seems like an issue with your version of dcraw, but I will try to check it out. Does dcraw use the .badpixels file if you run it standalone?

Alexander Rabtchevich
2004-10-13 08:18:47 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

Hello, Matthew!

Did you see the renewed http://ptj.rozeta.com.pl/Soft/RawPhoto with the new ! http://ptj.rozeta.com.pl/Soft/rawphoto/rawphoto-200410130109.tgz ? :)

P.S. Windows version is still missed ;). P.P.S. Now I'm compiling (and fixing dcraw for usage with your rawphoto compilation) by myself :). The compilation from Bendjamin Lebsanft doesn't fix bad pixels on my PC and direct compilation by myself doesn't work without one hack.)

Matthew H. Plough wrote:

Hi everyone --

I have compiled Pawe? T. Jochym's RawPhoto 0.7 ( http://ptj.rozeta.com.pl/Soft/RawPhoto ) for Windows, and need people to test it. The plugin works perfectly on my computer, but I don't know if this will be the case elsewhere. The plugin acts as a GIMP 2.0 front end for dcraw (Windows binary at http://www.insflug.org/raw/ ), which processes RAW digital camera images.

Would anyone be willing to test this plugin on Windows and give me feedback as to how well it works? My compilation is located at http://www.princeton.edu/~mplough/tmp/rawphoto-windows-0.7.zip . I also have a sample image (of a Coast Guard cutter shot from a cruise in Alaska) at http://www.princeton.edu/~mplough/tmp/CRW_0092.CRW .

Thank you, Matthew Plough

Matthew H. Plough
2004-10-13 14:44:20 UTC (over 19 years ago)

Windows compilation of RawPhoto 0.7

No, I didn't see that he updated his page. I will try to get a Windows compilation out within the next couple of days.

Matt

Alexander Rabtchevich wrote:

Hello, Matthew!

Did you see the renewed http://ptj.rozeta.com.pl/Soft/RawPhoto with the new !
http://ptj.rozeta.com.pl/Soft/rawphoto/rawphoto-200410130109.tgz ? :)

P.S. Windows version is still missed ;). P.P.S. Now I'm compiling (and fixing dcraw for usage with your rawphoto compilation) by myself :). The compilation from Bendjamin Lebsanft doesn't fix bad pixels on my PC and direct compilation by myself doesn't work without one hack.)

Matthew H. Plough wrote:

Hi everyone --

I have compiled Pawe? T. Jochym's RawPhoto 0.7 ( http://ptj.rozeta.com.pl/Soft/RawPhoto ) for Windows, and need people to test it. The plugin works perfectly on my computer, but I don't know if this will be the case elsewhere. The plugin acts as a GIMP 2.0 front end for dcraw (Windows binary at http://www.insflug.org/raw/ ), which processes RAW digital camera images.

Would anyone be willing to test this plugin on Windows and give me feedback as to how well it works? My compilation is located at http://www.princeton.edu/~mplough/tmp/rawphoto-windows-0.7.zip . I also have a sample image (of a Coast Guard cutter shot from a cruise in Alaska) at http://www.princeton.edu/~mplough/tmp/CRW_0092.CRW .

Thank you, Matthew Plough

Matthew H. Plough
2004-10-14 00:36:33 UTC (over 19 years ago)

UPDATED: Windows compilation of RawPhoto 1.18

I did a quick compile of Pawel T. Jochym's new RawPhoto 1.18, and everything seems to be working great! It is now online at http://www.princeton.edu/~mplough and will be up on the GIMP plugin registry within the next few days.

If anyone knows where to contact Pawel, could you please let me know?

Matt

Alexander Rabtchevich wrote:

Hello, Matthew!

Did you see the renewed http://ptj.rozeta.com.pl/Soft/RawPhoto with the new !
http://ptj.rozeta.com.pl/Soft/rawphoto/rawphoto-200410130109.tgz ? :)

P.S. Windows version is still missed ;). P.P.S. Now I'm compiling (and fixing dcraw for usage with your rawphoto compilation) by myself :). The compilation from Bendjamin Lebsanft doesn't fix bad pixels on my PC and direct compilation by myself doesn't work without one hack.)

Matthew H. Plough wrote:

Hi everyone --

I have compiled Pawe? T. Jochym's RawPhoto 0.7 ( http://ptj.rozeta.com.pl/Soft/RawPhoto ) for Windows, and need people to test it. The plugin works perfectly on my computer, but I don't know if this will be the case elsewhere. The plugin acts as a GIMP 2.0 front end for dcraw (Windows binary at http://www.insflug.org/raw/ ), which processes RAW digital camera images.

Would anyone be willing to test this plugin on Windows and give me feedback as to how well it works? My compilation is located at http://www.princeton.edu/~mplough/tmp/rawphoto-windows-0.7.zip . I also have a sample image (of a Coast Guard cutter shot from a cruise in Alaska) at http://www.princeton.edu/~mplough/tmp/CRW_0092.CRW .

Thank you, Matthew Plough

Patrick Shanahan
2004-10-14 01:37:53 UTC (over 19 years ago)

UPDATED: Windows compilation of RawPhoto 1.18

* Matthew H. Plough [10-13-04 17:39]:

If anyone knows where to contact Pawel, could you please let me know?

Pawel Jochym