I am working on an image creation routine and am making use of the GD module. Unfortunately I have to access it via PHP as there does not appear to be any support for Perl GD on this server. Up to now has not been a problem as I simply send my vars up to the PHP script and a processed image comes back. I need to break into this process and get the physical size of the image before I process the main script. I can get the size I require with a PHP script but how do I get the var back into the Perl script?
I am aware of image::magik but the module is not available on the client's server.
Keith
I am aware of image::magik but the module is not available on the client's server.
Keith