Image Conversions via PHP GD Primer Tutorial
โœ‚๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ
๐Ÿ“–

Image Conversions via PHP GD Primer Tutorial

Image Conversions via PHP GD Primer Tutorial

Regular readers at this place will know about our admiration for ImageMagick and its command line (โ€œconvertโ€ for macOS and Linux and โ€œmagick.exeโ€ for Windows) image conversion functionality. Even so, ImageMagick is not capable of โ€ฆ



convert filespec*.*g* *.jpeg

โ€ฆ type of image conversion, in bulk, kind of processing (which Gimp offered with its sadly departed Bimp conversion software in the past). But tailored PHP use of the GD (image manipulation) library, helped out by (good olโ€™) PHP glob, is!

And so, weโ€™ve written a โ€œproof of conceptโ€ converter that you can run at the RJM Programming domain, but weโ€™d recommend for use with an Apache/PHP local web server like MAMP is! (Two in one blog posting is a record โ€ฆ is!)

Get into MAMP, and you might want to download convert_wildcardโšซphp PHP source code to MAMPโ€™s Document Root folder. Else, tryโœ‚it here or below โ€ฆ

If this was interesting you may be interested in this too.

This entry was posted in eLearning, Event-Driven Programming, Tutorials and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *