Technote Details :: I get an image processing error when displaying thumbnails
Issue
I get an image processing error when trying to display thumbnails with watermark:
Image processing error. Error applying watermark on image.
Reason
This happens because the watermark operation could not finish successfully. There are several reasons why this can happen:
- You do not have an image library that is capable of the operations required to watermark an image, or the path to the image library is incorrect.
- The watermark image that you set in the user interface does not exist on the server.
- The image for which the thumbnail is being created is corrupted.
- The web server does not have all of the required permissions.
Solution
To fix this problem you must check and correct all issues presented above:
- Open a site page in Dreamweaver, and in the Control Panel > Required server libraries check that you have configured an image library and the correct path. Also check the version of the library on the server, and make sure it is higher than the minimum one here.
- Upload the watermark image on the server, in the folder specified in the user interface.
- Check that the image for which you are creating the thumbnail is accessible with a standard picture viewer - the file must not be corrupted.
- Make sure the web server user has read permissions for the folder where the watermark image is stored, and write permissions on the image folder. If using an external, executable library check that the web server user has execute permissions on the file.