How to Reduce Peak Memory in PHP GD Image Generation
What I learned about preventing PHP GD memory errors by releasing intermediate images as soon as they are no longer needed.
How to Reduce Peak Memory in PHP GD Image Generation Read More »
What I learned about preventing PHP GD memory errors by releasing intermediate images as soon as they are no longer needed.
How to Reduce Peak Memory in PHP GD Image Generation Read More »
The easiest way to show the file size in Terminal in Mac or Linux. [code lang=”bash”] ustins-MacBook-Pro:jpg juzhax$ file 001.jpg 001.jpg: JPEG image data, EXIF standard Justins-MacBook-Pro:jpg juzhax$ identify 001.jpg 001.jpg JPEG 720×468 720×468+0+0 8-bit sRGB 59.8KB 0.000u 0:00.009 Justins-MacBook-Pro:jpg juzhax$ [/code]
Show Image Size in Terminal or Shell Read More »