imagekit-java icon indicating copy to clipboard operation
imagekit-java copied to clipboard

Transformation `raw` key does not work as documented

Open howard-spoak opened this issue 10 months ago • 0 comments

Expectation

When using the raw key in the transformations parameter for getUrl, it's documented that the value will replace it entirely to allow for transformations such as image overlay.

Bug

raw- is prepended to the value that is included in the transformation, causing an invalid transformation string (ex: raw-l-image,...)

This is included in the test itself (see that the result has raw-w-200 in it), which seems like an oversight.

howard-spoak avatar May 02 '25 16:05 howard-spoak