Search found 1 match

by floatint
2015-04-08T05:29:04-07:00
Forum: IMagick
Topic: Optimized File Handling
Replies: 2
Views: 8043

Optimized File Handling

Hello, I'm using the PHP API Imagick. I'm not able to use the command line so I solely rely on the object oriented approach, which is nice but I'm not really sure about what is best performance wise. One Example: if I had a loop that cuts an image in half and converts every half from png to jpg. At ...