Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
I have a question.
I implemented a gallery using ImageMagick to WordPress, but seems slow. I tried to optimize but nothing.
Is there any chance to run the resize process just that time if the resized image is doesn't exist?
My current code is:
I would suggest you need to check if the image exists and then decide if to run the resize code or not; I do not think Imagemagick can make that decision.
This would be best done with php in your case.