Search found 2 matches

by MrDark
2012-11-22T15:21:52-07:00
Forum: Fred's Scripts
Topic: How to run Fred's ImageMagick Scripts in PHP under Windows?
Replies: 9
Views: 38668

Re: How to run Fred's ImageMagick Scripts in PHP under Windo

Thanks both for your help!

i used this PHP script to perform the command chmod u+x aspectpad in a windows environment.
<?php
$result = chmod("aspectpad", 0777);
echo $result;
?>
Is that enough?

I get a 1 in return indicating that the command was successful.
I also tried to change the code to ...
by MrDark
2012-11-21T12:28:23-07:00
Forum: Fred's Scripts
Topic: How to run Fred's ImageMagick Scripts in PHP under Windows?
Replies: 9
Views: 38668

How to run Fred's ImageMagick Scripts in PHP under Windows?

Hi!

I'm a totally new user of ImageMagick.
So please be patient with my lack of knowledge!

I am trying to eventually get a Fred's ImageMagick Script to process a big batch of images using PHP under XAMPP in a Windows environment.

I have managed to get ImageMagic to perform this commands ...