CodeIgniter Forums
Using Imagemagick with CI for file conversion - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Using Imagemagick with CI for file conversion (/showthread.php?tid=24082)



Using Imagemagick with CI for file conversion - El Forum - 10-30-2009

[eluser]Wittner[/eluser]
[edit]sorry, meant to put this in the 'code and application development' section. I have re-posted it into the correct seciton but perhaps an admin could delete this, thanks[/edit]

Hi,

my current app has a need to create jpeg files from pdf files so that as an option, results from my app can be imported into an image document database. Anyhow, I was delighted to see some in-built support in CI for Imagemagick, but it only seems to support a subset of the functionality.

Is there any way to use some of the other functions available? For instance, with Imagemagick I can run a simple command to convert from one graphic type to another. Is all the functionality within CI?

would appreciate any help or pointers,

cheers,

Wittner