Quote:

Quote:
Also, are you applying a separate step to sharpen the images. The images coming out of dcraw are somewhat soft compared to my jpegs.


Yeah, no sharpening at all this way. I'm still looking for a nice solution to that -- there must be something in the netpbm package that does it, but I have not yet found it.


Ahh.. here we go

I'm still tweaking, but something like this is getting close:

convert junk.ppm -unsharp 3.5x1.2+1.5+0.10 junk.jpg

Cheers