Drupal provides creating an image style in different ways through configuration. Adding a watermark to the image to provide its originality is a must thing needed by the clients. While running in to this we have found out a solution to add a watermark to the image styles.
Imagecache
If you want to switch among contents or nodes in Drupal 7 website, you can do this by adding navigation links(PREV and NEXT) to that particular content. This will help you to see contents without going to any other link. There are contributed modules in Drupal for this but if you want to know how this can be created programmatically, read on.
Many Drupal users have wished to know how to get multiple Imagecache preset options for Colorbox as Colorbox only allows one ImageCache preset for the full size image. If you are looking for the solution to the same question for Colorbox in your Drupal site, then continue reading.
A Drupal user found out that the ImageCache preset folders were not being created after they had created the presets. If you are encountering the same situation in your Drupal site then continue reading for the solution.
A Drupal user encountered a scenario where when the Drupal site with an existing ImageCache path was moved to a new server, the ImageCache created new paths with the old image paths still in existence, i.e. adding a 'files' entry to the existing path. This basically meant that the new image path was being added to the existing image path when the presets were called. If you are facing a scenario that is similar to the one the user is facing in your Drupal installation then read on to know the solution.
ImageCache Temp Directory /tmp is not writeable by the webserver. If you are getting this error message when you check the status reports of your Drupal website then there is an easy fix for it. Read on to find out more.