Search found 4 matches
- 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.
- 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.
Thanks for all your help.
- 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 ...
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 ...
- 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 ...
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 ...