Welcome Guest, Not a member yet? Register   Sign In
Any way to change image file types?
#1

[eluser]tommizzle[/eluser]
Hi guys,

Is there any way to change image file types with CI?

If not, what do you guys recommend?

Thanks,

Tom
#2

[eluser]jedd[/eluser]
I tend to use system('convert ...') with a nicely constructed and very carefully sanitised ImageMagick convert line.

What kinds of types are you trying to convert from/to?
#3

[eluser]Aken[/eluser]
If you have PHP Imagick (Image Magick) library installed, you can open an image of just about any type, and then convert it and output as whatever specific type you want. Would only take 4-5 lines of code, if that.
#4

[eluser]rakish[/eluser]
try this-->http://pinoytech.org/blog/post/How-to-Rename-when-File-Uploading-using-CodeIgniter

hope it helps Smile




Theme © iAndrew 2016 - Forum software by © MyBB