highlight rectangles in an image
Hi,
We are currently using the following method to highlight a rectangle in an image:
1) crop the rectangle from a copy of the image
2) paste it with a border on the original image.
We would like to highlight multiple rectangles in an image, following the above logic doesn't seems like the correct way to go (for each rectangle we will need to crop another copy of the image),
Is there a better way to achieve this goal?
Thanks!
-
Hi Oren,
You can outline all shapes in the image by using the outline effect (e_outline in URLs).
For example, this is the original image, with the outline effect, highlighting the shape in pink (I also turned the background color Brown) -
For more information and examples,
http://cloudinary.com/documentation/image_transformations#outline_effects
Post is closed for comments.
Comments
1 comment