@@ -424,66 +424,66 @@ If a transformation is supported in ImageKit, but a name for it cannot be found
424424
425425If you want to generate transformations in your application and add them to the URL as it is, use the ` raw ` parameter.
426426
427- | Supported Transformation Name | Translates to parameter |
428- | ----------------------------- | ----------------------- |
429- | height | h |
430- | width | w |
431- | aspectRatio | ar |
432- | quality | q |
433- | crop | c |
434- | cropMode | cm |
435- | x | x |
436- | y | y |
437- | focus | fo |
438- | format | f |
439- | radius | r |
440- | background | bg |
441- | border | bo |
442- | rotation | rt |
443- | blur | bl |
444- | named | n |
445- | overlayImage | oi |
446- | overlayX | ox |
447- | overlayY | oy |
448- | overlayFocus | ofo |
449- | overlayHeight | oh |
450- | overlayWidth | ow |
451- | overlayText | ot |
452- | overlayTextFontSize | ots |
453- | overlayTextFontFamily | otf |
454- | overlayTextColor | otc |
455- | overlayAlpha | oa |
456- | overlayTextTypography | ott |
457- | overlayBackground | obg |
458- | overlayImageTrim | oit |
459- | progressive | pr |
460- | lossless | lo |
461- | trim | t |
462- | metadata | md |
463- | colorProfile | cp |
464- | defaultImage | di |
465- | dpr | dpr |
466- | effectSharpen | e-sharpen |
467- | effectUSM | e-usm |
468- | effectContrast | e-contrast |
469- | effectGray | e-grayscale |
470- | original | orig |
471- | rotate | rt |
472- | overlayImageAspectRatio | oiar |
473- | overlayImageBackground | oibg |
474- | overlayImageBorder | oib |
475- | overlayImageDPR | oidpr |
476- | overlayImageQuality | oiq |
477- | overlayImageCropping | oic |
478- | overlayTextTransparency | oa |
479- | overlayTextEncoded | ote |
480- | overlayTextWidth | otw |
481- | overlayTextBackground | otbg |
482- | overlayTextPadding | otp |
483- | overlayTextInnerAlignment | otia |
484- | overlayRadius | or |
485- | overlayImageFocus | oifo |
486- | raw | ` replaced by the parameter value ` |
427+ | Supported Transformation Name | Translates to parameter |
428+ | ------------------------------- | ------------------------- |
429+ | height | h |
430+ | width | w |
431+ | aspectRatio | ar |
432+ | quality | q |
433+ | crop | c |
434+ | cropMode | cm |
435+ | x | x |
436+ | y | y |
437+ | focus | fo |
438+ | format | f |
439+ | radius | r |
440+ | background | bg |
441+ | border | b |
442+ | rotation | rt |
443+ | blur | bl |
444+ | named | n |
445+ | overlayX | ox |
446+ | overlayY | oy |
447+ | overlayFocus | ofo |
448+ | overlayHeight | oh |
449+ | overlayWidth | ow |
450+ | overlayImage | oi |
451+ | overlayImageTrim | oit |
452+ | overlayImageAspectRatio | oiar |
453+ | overlayImageBackground | oibg |
454+ | overlayImageBorder | oib |
455+ | overlayImageDPR | oidpr |
456+ | overlayImageQuality | oiq |
457+ | overlayImageCropping | oic |
458+ | overlayImageFocus | oifo |
459+ | overlayImageTrim | oit |
460+ | overlayText | ot |
461+ | overlayTextFontSize | ots |
462+ | overlayTextFontFamily | otf |
463+ | overlayTextColor | otc |
464+ | overlayTextTransparency | oa |
465+ | overlayAlpha | oa |
466+ | overlayTextTypography | ott |
467+ | overlayBackground | obg |
468+ | overlayTextEncoded | ote |
469+ | overlayTextWidth | otw |
470+ | overlayTextBackground | otbg |
471+ | overlayTextPadding | otp |
472+ | overlayTextInnerAlignment | otia |
473+ | overlayRadius | or |
474+ | progressive | pr |
475+ | lossless | lo |
476+ | trim | t |
477+ | metadata | md |
478+ | colorProfile | cp |
479+ | defaultImage | di |
480+ | dpr | dpr |
481+ | effectSharpen | e-sharpen |
482+ | effectUSM | e-usm |
483+ | effectContrast | e-contrast |
484+ | effectGray | e-grayscale |
485+ | original | orig |
486+ | raw | ` replaced by the parameter value ` |
487487
488488
489489## Server-side File Upload
@@ -779,7 +779,7 @@ Refer to the [delete files (Bulk) API](https://docs.imagekit.io/api-reference/me
779779#### Example
780780``` php
781781$fileIds = ["5e1c13d0c55ec3437c451406", ...];
782- $deleteFiles = $imageKit->bulkFileDeleteByIds ($fileIds);
782+ $deleteFiles = $imageKit->bulkDeleteFiles ($fileIds);
783783```
784784
785785
0 commit comments