Convert JPG,GIF,EPS and PDF to PDF with Imagemagick in PHP -


i need convert jpg,gif , eps files pdf , vice versa. imagemagick best tool ? have configure imagemagic ubuntu 11.04 , using cli trying convert images pdf, quality bad. whoud best approch convertion ?

thanks in advance :)

you want support 2 types of files; raster (jpg/gif) , vectorial (eps). conversion 1 set other never lossless.

when converting vectorial raster or vice-versa, 1 crucial parameter -density, sets image size before gets converted.

imagemagick right tool vectorial raster, it's matter of getting parameters right. transform raster vectorial, better tools autotrace or potrace, aware these tools cannot perfect conversion.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -