Search found 4 matches

by jo-shva
2012-01-30T18:49:57-07:00
Forum: Users
Topic: Bash with Imagemagick script HELP [Solved]
Replies: 5
Views: 9764

Re: Bash with Imagemagick script HELP [SOLVED]

maked as solved.
by jo-shva
2012-01-30T18:43:59-07:00
Forum: Users
Topic: Bash with Imagemagick script HELP [Solved]
Replies: 5
Views: 9764

Re: Bash with Imagemagick script HELP

Thanks for pointing me to the -resize option. The image does look better than with the -scale option especially when resizing the image back up to 100%.
Thanks for all your help.
by jo-shva
2012-01-30T08:31:07-07:00
Forum: Users
Topic: Bash with Imagemagick script HELP [Solved]
Replies: 5
Views: 9764

Re: Bash with Imagemagick script HELP

Thanks for getting back to me so quick.
MTY="${WDTH}x34"
MTYB="${WDTH}x34+0+0" That worked.
I read the info you pointed out and I removed the -size $MTY from the begining of each line, and everything works fine. Im not sure after reading if the +profile '*' part of the code is nessasary. But I cant ...
by jo-shva
2012-01-29T13:32:52-07:00
Forum: Users
Topic: Bash with Imagemagick script HELP [Solved]
Replies: 5
Views: 9764

Bash with Imagemagick script HELP [Solved]

I am on ArchLinux with Imagemagick 6.7.4-0 Q16

I have written my first bash script and it uses imagemagick to crop/scale/and composite png's for a Gtk theme I am working on. The script calls for the user to input their monitor screen Width with multiple screen Height dimensions for imagemagick to ...