> If you have command line or PHP access (perhaps some other language) for 
> sure.  You can write a job that is either activated every time you load 
> a page (it will call the script, probably 'convert') or alternately runs 
> like a daemon or activated by cronjob and runs hourly.  This need not be 
> complicated.  If the images are mixed portrait or landscape we feed it 
> an option to scale to height or width, depending on need.  I don't know 
> Python but I assume you can call a script, perhaps using the 'system' or 
> similar python command?

Via python's 'system' function I have access to the command line, which thus 
allows me to create the thumbnails on demand. The drawback is that rather than 
creating a resource that I can output to a browser it actually creates a file. 
Previously, using GD & PHP I was able to create thumbnail resources on demand 
that I could output to the browser. Is this possible with IM?

Best,
Dan



      

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to