As far as I remember, Shane was the only one to respond saying it did not work.
I filed a bug report and got a letter asking to provide more information since the Engineers could not reproduce my, so called, reproducible problem.
I tried IE now with the examples provided, and they seem to be working fine.
I would like to ask the following from you, please run the following, Apple provided, script:
set this_file to choose file
set the vertical_crop to 24
set the horizontal_crop to 48
try
tell application "Image Events"
-- start the Image Events application
launch
-- open the image file
set this_image to open this_file
-- get dimensions of the image
copy dimensions of this_image to {w, H}
-- perform action
crop this_image ¬
to dimensions {w - horizontal_crop, H - vertical_crop}
-- save the changes
save this_image with icon
-- purge the open image data
close this_image
end tell
on error error_message
display dialog error_message
end try
</script>
If you can, please report both on 10.5.5 and/or on 10.5.3( or earlier).
I really appreciate your help.
Thanks.
Deivy