I recently performed some code-fixing for a library extension I found over in CodeIgniter’s forum. The mod provided a convert() method for the Image_lib library. It lets you to convert (duh) the original image from/to JPG (default), GIF or PNG and optionally delete the original image.
When I first added this extension into my CI distribution, everything still worked without throwing errors so I started calling the new function. Then…