supplement my php

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
degarb
Posts: 9
Joined: 2014-11-26T07:08:38-07:00
Authentication code: 6789

supplement my php

Post by degarb »

I made to make my own private start page. I was able to use imagemagic (and autohotkey on windows) to download animate, reduce size, upload images that are fine at an hour old. I installed and run phonifier (on my hosted site) in iframes for idiotically bloated mobile sites that needed stripping (images are not reduced on phonifier). I used mowser to reduce select images that need to be up to minute and were still readable when reduced.

But mowser seems dead, (wap.google.com is hostile to iframing and single image linking) So, for some weather.gov images, and such, I need a phpish solution for on the fly image reduction of some select images. This saves me 10x alone (while keeping some images unreduced) on my 200 meg a month data t mobile plan.

I am lost, and wonder if this is even possible with imagemagick

http://php.net/manual/en/imagick.installation.php says something that alludes to this possibility. Something vague on http://pecl.php.net/package/imagick looks hard, and vague about capabilities. Talking in code. I also suspect my webhost uses windows, like my home computer and home webserver.
degarb
Posts: 9
Joined: 2014-11-26T07:08:38-07:00
Authentication code: 6789

Re: supplement my php

Post by degarb »

phonifier, all I had to do was download the coad. Put the index.php in a folder called http://myspecialhost.com/phonifier.php then link any iframed pages to the phonified url, like http://myspecialhost.com/phonifier.php/ ... ourly.html
Post Reply