Php – Output PSD layers as base64 in JSON file using ImageMagick
I have a routine that uses PHP/ImageMagick to loop through a .psd and save the layers as PNG files. I now want to be able to output them as base64 in a JSON object instead without the intermediate step of…