Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

EPS convertor


scanyman

Recommended Posts

Posted

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

Posted
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

Posted

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

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...