scanyman Posted August 22, 2006 Posted August 22, 2006 Hi, I have been supplied with product photos from the manufacturer of the equipment we intend to sell on our forthcoming os site. They are unfotunately in EPS format as used by printers (the normal use of these photos on Leaflets etc) Does anyone know of a simple eps convertor that will change the formet of the file to Jpeg or Giff Many thanks for any help
kgt Posted August 22, 2006 Posted August 22, 2006 ImageMagick is commonly installed on Linux servers and I believe can do this. Whether you have access to it depends on your host. Contributions Discount Coupon Codes Donations
scanyman Posted August 23, 2006 Author Posted August 23, 2006 ImageMagick is commonly installed on Linux servers and I believe can do this. Whether you have access to it depends on your host. Thanks for that, looking for windows package, we are currently setting up on our own windows/apache server. Thanks
kgt Posted August 23, 2006 Posted August 23, 2006 Looks like they have a Windows distribution: http://www.imagemagick.org/script/binary-r...ses.php#windows See this page for some basic introduction to how conversion works: http://www.imagemagick.org/script/convert.php You can automate this from PHP by using the exec() family of commands (the most common method): http://us2.php.net/manual/en/ref.exec.php Or you can give this a shot: http://pecl.php.net/package/imagick Contributions Discount Coupon Codes Donations
scanyman Posted August 23, 2006 Author Posted August 23, 2006 Looks like they have a Windows distribution: http://www.imagemagick.org/script/binary-r...ses.php#windows See this page for some basic introduction to how conversion works: http://www.imagemagick.org/script/convert.php You can automate this from PHP by using the exec() family of commands (the most common method): http://us2.php.net/manual/en/ref.exec.php Or you can give this a shot: http://pecl.php.net/package/imagick Looks good, thanks for the research
Recommended Posts
Archived
This topic is now archived and is closed to further replies.