thank you for your reply. using the new version of IM, AND getting the right format for shifting the ^ and > made all the difference.
now i am using this function:
function image_convert($action, $source, $dest) {
$IM_path = "d:\\ImageMagick-6.7.4-Q16\\convert.exe"; // Full IM path here
exec("$IM ...
Search found 2 matches
- 2012-01-25T03:11:29-07:00
- Forum: Users
- Topic: Resizing images based on shortest side...
- Replies: 3
- Views: 9990
- 2012-01-24T16:07:59-07:00
- Forum: Users
- Topic: Resizing images based on shortest side...
- Replies: 3
- Views: 9990
Resizing images based on shortest side...
Hello:
I am a user of IM, currently on 6.3.5-q16 although I have tried solving my issue by using 6.7.4-q16 to no avail. I am using Windows Server2003, Apache and PHP 5.3.x.
A website I am writing needs to create square thumbnails of 140x140px from uploaded images.
The uploaded images may be ...
I am a user of IM, currently on 6.3.5-q16 although I have tried solving my issue by using 6.7.4-q16 to no avail. I am using Windows Server2003, Apache and PHP 5.3.x.
A website I am writing needs to create square thumbnails of 140x140px from uploaded images.
The uploaded images may be ...