Welcome Guest, Not a member yet? Register   Sign In
Image Moo - Image manipulation library
#42

[eluser]Kevin Smith[/eluser]
Thanks for this library! It solved a specific problem I was having with resizing, but introduced a new one. With the stock Image Manipulation class, I could send the results of a photo upload ($_FILES['userfile']['tmp_name']) to the class for processing and it would just save it back to the temp file if I wanted. I ran into a problem with this library because it needed to see an extension on the filename in order to save it, and temp files uploaded by PHP don't have extensions. They *DO* have mime-types though. So... I tweaked the code to check its mime-type instead of its extension, remove the extensions if they exist, and add the proper extension to the saved filename. I would've submitted a pull request on Github, but I didn't see this library on there. Hope this helps:

Edit: I removed my code sample because it actually didn't work in some cases. I had to make more significant adjustments to the code, so it would be too tedious to copy the changes here and incredibly tedious to try to translate that into your code on your end. If this library ever goes up on Github I'll submit a pull request.


Messages In This Thread
Image Moo - Image manipulation library - by El Forum - 07-20-2010, 08:10 AM
Image Moo - Image manipulation library - by El Forum - 07-20-2010, 08:12 AM
Image Moo - Image manipulation library - by El Forum - 07-24-2010, 04:01 PM
Image Moo - Image manipulation library - by El Forum - 07-24-2010, 04:23 PM
Image Moo - Image manipulation library - by El Forum - 07-25-2010, 01:09 AM
Image Moo - Image manipulation library - by El Forum - 07-25-2010, 01:28 AM
Image Moo - Image manipulation library - by El Forum - 07-25-2010, 07:54 PM
Image Moo - Image manipulation library - by El Forum - 07-26-2010, 02:09 AM
Image Moo - Image manipulation library - by El Forum - 07-26-2010, 04:32 AM
Image Moo - Image manipulation library - by El Forum - 07-27-2010, 04:06 PM
Image Moo - Image manipulation library - by El Forum - 07-29-2010, 11:21 AM
Image Moo - Image manipulation library - by El Forum - 07-29-2010, 12:19 PM
Image Moo - Image manipulation library - by El Forum - 08-26-2010, 10:08 AM
Image Moo - Image manipulation library - by El Forum - 09-25-2010, 01:55 AM
Image Moo - Image manipulation library - by El Forum - 09-25-2010, 03:57 AM
Image Moo - Image manipulation library - by El Forum - 09-25-2010, 04:59 AM
Image Moo - Image manipulation library - by El Forum - 09-25-2010, 05:08 AM
Image Moo - Image manipulation library - by El Forum - 09-25-2010, 06:35 AM
Image Moo - Image manipulation library - by El Forum - 09-25-2010, 09:00 AM
Image Moo - Image manipulation library - by El Forum - 09-25-2010, 09:10 PM
Image Moo - Image manipulation library - by El Forum - 09-28-2010, 03:20 PM
Image Moo - Image manipulation library - by El Forum - 10-01-2010, 06:12 AM
Image Moo - Image manipulation library - by El Forum - 10-04-2010, 07:59 AM
Image Moo - Image manipulation library - by El Forum - 10-04-2010, 08:05 AM
Image Moo - Image manipulation library - by El Forum - 10-04-2010, 08:16 AM
Image Moo - Image manipulation library - by El Forum - 10-04-2010, 08:18 AM
Image Moo - Image manipulation library - by El Forum - 10-04-2010, 08:26 AM
Image Moo - Image manipulation library - by El Forum - 10-05-2010, 07:08 AM
Image Moo - Image manipulation library - by El Forum - 10-05-2010, 07:14 AM
Image Moo - Image manipulation library - by El Forum - 12-10-2010, 01:26 PM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 06:30 AM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 08:18 AM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 08:20 AM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 09:42 AM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 10:08 AM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 10:13 AM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 10:39 AM
Image Moo - Image manipulation library - by El Forum - 12-13-2010, 12:19 PM
Image Moo - Image manipulation library - by El Forum - 01-25-2011, 12:23 AM
Image Moo - Image manipulation library - by El Forum - 04-05-2011, 03:15 AM
Image Moo - Image manipulation library - by El Forum - 04-05-2011, 12:26 PM
Image Moo - Image manipulation library - by El Forum - 04-13-2011, 11:23 PM
Image Moo - Image manipulation library - by El Forum - 04-14-2011, 02:51 PM
Image Moo - Image manipulation library - by El Forum - 04-14-2011, 03:28 PM
Image Moo - Image manipulation library - by El Forum - 04-27-2011, 08:33 AM
Image Moo - Image manipulation library - by El Forum - 06-26-2011, 07:14 PM
Image Moo - Image manipulation library - by El Forum - 06-27-2011, 02:34 AM
Image Moo - Image manipulation library - by El Forum - 06-27-2011, 04:16 PM
Image Moo - Image manipulation library - by El Forum - 06-27-2011, 04:33 PM
Image Moo - Image manipulation library - by El Forum - 06-27-2011, 04:39 PM
Image Moo - Image manipulation library - by El Forum - 06-27-2011, 08:24 PM
Image Moo - Image manipulation library - by El Forum - 06-28-2011, 01:55 AM
Image Moo - Image manipulation library - by El Forum - 07-06-2011, 05:35 PM
Image Moo - Image manipulation library - by El Forum - 07-07-2011, 12:36 AM
Image Moo - Image manipulation library - by El Forum - 07-07-2011, 08:09 AM
Image Moo - Image manipulation library - by El Forum - 08-08-2011, 05:13 PM
Image Moo - Image manipulation library - by El Forum - 08-09-2011, 12:33 AM
Image Moo - Image manipulation library - by El Forum - 08-09-2011, 09:54 PM
Image Moo - Image manipulation library - by El Forum - 02-29-2012, 12:56 PM
Image Moo - Image manipulation library - by El Forum - 02-29-2012, 01:20 PM
Image Moo - Image manipulation library - by El Forum - 02-29-2012, 01:30 PM
Image Moo - Image manipulation library - by El Forum - 02-29-2012, 01:40 PM
Image Moo - Image manipulation library - by El Forum - 03-05-2012, 10:17 AM
Image Moo - Image manipulation library - by El Forum - 03-21-2012, 09:29 AM
Image Moo - Image manipulation library - by El Forum - 03-23-2012, 05:34 PM
Image Moo - Image manipulation library - by El Forum - 03-26-2012, 06:58 AM
Image Moo - Image manipulation library - by El Forum - 03-26-2012, 11:57 PM
Image Moo - Image manipulation library - by El Forum - 05-26-2012, 12:46 AM
Image Moo - Image manipulation library - by El Forum - 08-23-2012, 11:22 AM
Image Moo - Image manipulation library - by El Forum - 08-25-2012, 11:19 AM
Image Moo - Image manipulation library - by El Forum - 10-11-2012, 02:30 PM
Image Moo - Image manipulation library - by El Forum - 10-17-2012, 01:05 PM
Image Moo - Image manipulation library - by El Forum - 10-18-2012, 08:44 AM
Image Moo - Image manipulation library - by El Forum - 10-24-2012, 11:17 AM
Image Moo - Image manipulation library - by El Forum - 01-30-2013, 06:43 PM
Image Moo - Image manipulation library - by El Forum - 04-01-2013, 07:25 PM
Image Moo - Image manipulation library - by El Forum - 04-04-2013, 02:37 AM
Image Moo - Image manipulation library - by El Forum - 04-09-2013, 01:39 PM
Image Moo - Image manipulation library - by El Forum - 04-10-2013, 03:48 AM
Image Moo - Image manipulation library - by El Forum - 05-07-2013, 07:31 PM
Image Moo - Image manipulation library - by El Forum - 08-03-2013, 05:01 AM
Image Moo - Image manipulation library - by El Forum - 10-07-2013, 02:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB