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
Several image methods are not yet implemented in this library: paste(), rotate(), flipHorizontally(), flipVertically(), draw(), applyMask(), fill(), mask(), histogram(), getColorAt(), layers(), interlace(), profile().
So for flipHorizontally() and flipVertically() to work they have to be implemented first, e.g. by a pull request to this library.
I tried that transform but problem is it do not work in some printing softwares like inkspace or Flexi (from thinksai)
It ignores my css though.
It also avoid the method I used for colorize. (In web browsers it works though) $image->effects()->colorize($image->palette()->color($color_code));
To fix this, I added fill to the path forcefully somehow.
But adding transform is not working at all.
Hello there,
Anyone knows how to use flipHorizontally() method in this library.
I referred this docs https://imagine.readthedocs.io/en/stable/index.html but didn't found anything to flip the SVG image.
I simply want to flip the image
Error is : Uncaught Imagine\Exception\NotSupportedException: This method is not implemented in.........
Any idea what I am missing here?
@ausi you helped me on colorize stuff earlier and it was a great method. Can you please help me here too?
Your help will be highly appreciated.
Update:
I also used following code but same error
The text was updated successfully, but these errors were encountered: