You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+64-41Lines changed: 64 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ This section covers the basics:
252
252
*[Image enhancement & color manipulation](#2-image-enhancement-and-color-manipulation)
253
253
*[Resizing images and videos](#3-resizing-images-and-videos)
254
254
*[Quality manipulation](#4-quality-manipulation)
255
-
*[Adding overlays to images](#5-adding-overlays-to-images)
255
+
*[Adding overlays](#5-adding-overlays)
256
256
*[Signed URL](#6-signed-url)
257
257
258
258
The PHP SDK gives a name to each transformation parameter e.g. `height` for `h` and `width` for `w` parameter. It makes your code more readable. See the [Full list of supported transformations](#list-of-supported-transformations).
ImageKit.io allows overlaying [images](https://docs.imagekit.io/features/image-transformations/overlay#image-overlay) or [text](https://docs.imagekit.io/features/image-transformations/overlay#text-overlay) over other images and videos for watermarking or creating dynamic assets using custom text.
365
+
### 5. Adding overlays
366
+
367
+
ImageKit.io enables you to apply overlays to [images](https://docs.imagekit.io/features/image-transformations/overlay-using-layers) and [videos](https://docs.imagekit.io/features/video-transformation/overlay) using the raw parameter with the concept of [layers](https://docs.imagekit.io/features/image-transformations/overlay-using-layers#layers). The raw parameter facilitates incorporating transformations directly in the URL. A layer is a distinct type of transformation that allows you to define an asset to serve as an overlay, along with its positioning and additional transformations.
368
+
369
+
#### Text as overlays
370
+
371
+
You can add any text string over a base video or image using a text layer (l-text).
0 commit comments