Search found 10 matches

by waldalla
2018-09-24T16:33:41-07:00
Forum: Users
Topic: How to draw with tranparent color / how draw erasures?
Replies: 3
Views: 10829

Re: How to draw with tranparent color / how draw erasures?

Thanks snibgo. Will try it out.

From the script I understand that you create the doughnut in b/w and then use the black parts as a "stamp" to put on a empty (=transparent) background. Very clever!
by waldalla
2018-09-20T01:15:07-07:00
Forum: Users
Topic: How to draw with tranparent color / how draw erasures?
Replies: 3
Views: 10829

How to draw with tranparent color / how draw erasures?

I want create a blue doughnut on transparent background. So far I have a circle on trans[arenty background with a white middle: convert -size 1001x1001 xc:white -alpha transparent transparent.png convert transparent.png -fill "#2244aa" -stroke "#2244aa" -draw "circle 500,500...
by waldalla
2013-05-23T23:31:08-07:00
Forum: Users
Topic: Develop Canon RAW images into mutliple tiffs
Replies: 4
Views: 7219

Re: Develop Canon RAW images into mutliple tiffs

Thanks a lot snibgo! This is very detailed and points me exactly in the direction I want to go!

I really like idea of faking the ISO metadata to trick the subsequent tonemapping tool. I'll try it out with Photomatix!
by waldalla
2013-05-22T01:29:09-07:00
Forum: Users
Topic: Develop Canon RAW images into mutliple tiffs
Replies: 4
Views: 7219

Re: Develop Canon RAW images into mutliple tiffs

Ups, I wasn't detailed enough: I know that I cannot use the tiffs for a real HDR, but what I want to get tiffs from the raw file with +-0EV, +1EV and -1EV using all the information available in the raw file, so that I can put them through the same HDR process
by waldalla
2013-05-21T15:23:31-07:00
Forum: Users
Topic: Develop Canon RAW images into mutliple tiffs
Replies: 4
Views: 7219

Develop Canon RAW images into mutliple tiffs

What is the best way to convert a Canon raw file (CR2) into 2 or 3 differently exposed tiffs for pseudo-HDR/tonmapping?

So, from *one* RAW file I want to get a tiff with +-0EV, +1EV and -1EV. How can I do this via ImageMagick and it raw reader dcraw.

Many thanks, Walter
by waldalla
2012-10-04T18:32:34-07:00
Forum: Users
Topic: Font warning on montage command
Replies: 5
Views: 9933

Re: Font warning on montage command

Aaah, I have to reinstall IM after installing GS? Do I have to compile it for this? (I use the pre-compiled "bottle" from brew for OS X.)

Thx, Walter
by waldalla
2012-10-04T17:46:23-07:00
Forum: Users
Topic: Font warning on montage command
Replies: 5
Views: 9933

Re: Font warning on montage command

Thanks Fred. Makes sense. But how can I make the warning go away? I now have installed ghostscript , the folwing message still occures: montage: delegate library support not built-in `/usr/local/share/ghostscript/fonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1526. freetype is in...
by waldalla
2012-10-04T00:28:29-07:00
Forum: Users
Topic: Font warning on montage command
Replies: 5
Views: 9933

Font warning on montage command

I'm creating an image montage with the follwoing command: montage -monitor pic1.tiff pic2.tiff -geometry 1000x1000+20+20 -tile 1x2 -background white out.tiff It works, but I get these strange warnings: montage: delegate library support not built-in `/usr/local/share/ghostscript/fonts/n019003l.pfb' (...
by waldalla
2011-10-06T05:06:47-07:00
Forum: Users
Topic: Conversion of CR2 files is VERY slow
Replies: 2
Views: 8324

Re: Conversion of CR2 files is VERY slow

Thanks for your suggestion, Fred

Code: Select all

convert -version
does indeed list the feature OpenMP. (This is actually the only listed feature.)

Not sure how to compile IM through MacPorts though. Don't you think

Code: Select all

ufraw-batch
is the culprit?

Thanks, Walter
by waldalla
2011-10-02T11:48:36-07:00
Forum: Users
Topic: Conversion of CR2 files is VERY slow
Replies: 2
Views: 8324

Conversion of CR2 files is VERY slow

Hi there I use ImageMagick to compare the image content of some CR2 (Canon RAW) files. This is VERY slow. E.g. on a MacBook (2.5 GHz Core 2 Duo with SSD) it takes around 2 minutes! Some fiddeling revealed: The conversion is the slow part. For example convert CR2:IMG_1234.CR2 IMG_1234.tiff takes a mi...