@@ -138,6 +138,12 @@ To use the SDK, you need to provide it with a few configuration parameters. The
138
138
}]'
139
139
>< / ik- image>
140
140
141
+ // Renders an image with text overlaid.
142
+ < ik- image
143
+ path= " /default-image.jpg"
144
+ [transformation]= ' [{ "width": 300, "height": 300 },{ "raw": "l-text,i-Hello%20World,w-10,rt-90,l-end" }]' >
145
+ < / ik- image>
146
+
141
147
// Lazy loading
142
148
< ik- image path= " /default-image.jpg" loading= " lazy" >< / ik- image>
143
149
@@ -274,34 +280,6 @@ See the complete list of transformations supported in ImageKit [here](https://do
274
280
| rotation | rt |
275
281
| blur | bl |
276
282
| named | n |
277
- | overlayX | ox |
278
- | overlayY | oy |
279
- | overlayFocus | ofo |
280
- | overlayHeight | oh |
281
- | overlayWidth | ow |
282
- | overlayImage | oi |
283
- | overlayImageTrim | oit |
284
- | overlayImageAspectRatio | oiar |
285
- | overlayImageBackground | oibg |
286
- | overlayImageBorder | oib |
287
- | overlayImageDPR | oidpr |
288
- | overlayImageQuality | oiq |
289
- | overlayImageCropping | oic |
290
- | overlayImageTrim | oit |
291
- | overlayText | ot |
292
- | overlayTextFontSize | ots |
293
- | overlayTextFontFamily | otf |
294
- | overlayTextColor | otc |
295
- | overlayTextTransparency | oa |
296
- | overlayAlpha | oa |
297
- | overlayTextTypography | ott |
298
- | overlayBackground | obg |
299
- | overlayTextEncoded | ote |
300
- | overlayTextWidth | otw |
301
- | overlayTextBackground | otbg |
302
- | overlayTextPadding | otp |
303
- | overlayTextInnerAlignment | otia |
304
- | overlayRadius | or |
305
283
| progressive | pr |
306
284
| lossless | lo |
307
285
| trim | t |
0 commit comments