Search found 3 matches

by kalagani
2012-11-15T07:34:17-07:00
Forum: Bugs
Topic: unable to read/convert NEF
Replies: 4
Views: 13048

Re: unable to read/convert NEF

Hello,
I don't understand wich post meet the solution:
1) from magick: edit delegates.xml
is the /etc/ImageMagick/delegates.xml?
Is this file for ufraw-batch or for dcraw?

2) or from allenOstewart:
is brew a special editor to edit the binary ufraw file?
or do you say about ufraw-batch file ...
by kalagani
2008-11-05T15:01:06-07:00
Forum: Users
Topic: How do labelling on 2 lines using %f in montage
Replies: 3
Views: 8250

Re: How do labelling on 2 lines using %f in montage

Hello Anthony,
I make a workaround to have labelling on 2 lines:
evaluate length of photo, then pre-processing polaroid thumbnails with caption on 1 or 2 lines
so make the index with montage from the thumbnails, end by removing the thumbnails.

Defaults:
Creating intermediate thumbnails, the html ...
by kalagani
2008-08-04T15:07:14-07:00
Forum: Users
Topic: How do labelling on 2 lines using %f in montage
Replies: 3
Views: 8250

How do labelling on 2 lines using %f in montage

Bonjour,

I am using below
montage -background white -label "%f\n%wx%h %b" -frame 2 -quality 100 \
-geometry 200x+2 *[0] -title `pwd` index.jpg
but sometime %f returned is very long, so I want to put it on 2 lines automaticaly or after caracters counting
After search on Internet, reading http ...