Search found 5 matches

by veranyon
2011-11-07T12:29:24-07:00
Forum: Users
Topic: im and size after converting
Replies: 4
Views: 8033

Re: im and size after converting

solved.
echo -e "File name: $file_name_ext\nSize: $size Mb\nResolution: $format\nDuration: $length min." | convert -font /home/iron/.fonts/ANACONC.TTF -pointsize 64 label:@- -resize 25% -trim +repage text.png

removing text:-
by veranyon
2011-11-07T12:04:16-07:00
Forum: Users
Topic: im and size after converting
Replies: 4
Views: 8033

Re: im and size after converting

convert -font Arial -pointsize 40 label:@- -trim +repage text1.png > is ok but then: ... echo -e "File name: $file_name_ext\nSize: $size Mb\nResolution: $format\nDuration: $length min." | convert -font /home/iron/.fonts/ANACONC.TTF -pointsize 64 label:@ - -resize 25% -trim +repage text: - text.jpg ...
by veranyon
2011-11-07T11:57:32-07:00
Forum: Users
Topic: im and size after converting
Replies: 4
Views: 8033

Re: im and size after converting

thanks
by veranyon
2011-11-07T10:45:06-07:00
Forum: Users
Topic: im and size after converting
Replies: 4
Views: 8033

im and size after converting

echo -e "ABCDEFGHIGKLMNabcdefghijklmnop" | convert -font /usr/share/fonts/dejavu/DejaVuSans.ttf -pointsize 40 -trim +repage text:- text.png http://i27.fastpic.ru/big/2011/1107/fe/6a46a44e2f8ce2d7d5bdc73c5d8752fe.png why are I watching an "h" symbol only. And where is "ijklmnop"? I really don't know ...
by veranyon
2011-11-07T09:09:04-07:00
Forum: Users
Topic: Increase font quality at small sizes ?
Replies: 5
Views: 12050

Re: Increase font quality at small sizes ?

2 anthony echo -e "That which does not destroy me, only makes me stronger." | convert -font /usr/share/fonts/dejavu/DejaVuSans.ttf -pointsize 18 -trim +repage text:- text.png http://imageshack.us/photo/my-images/32/textyb.png/ convert /usr/share/fonts/dejavu/DejaVuSans.ttf text.png https://photos-1 ...