iiYO Community

Full Version: Horizontal Flip for Assets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was looking for a means to flip images horizontally, and it appears there are methods of handling it with both CSS and with the Canvas Element. But rummaging through, I can't find at one point I could call these up. Certainly not the CSS one.

Would this be something that would need JS to script something like the Show Asset Effect?

Maybe this should go in the Suggestions box... if there could be a way to set up Imagepack that has a the ability to Scale?

Guest

At the moment, there's no way to do that without extending the engine. You would need to write extensions for a flip and a scale command. Maybe I'll write up those extensions, I'll consider it.

I'm thinking about using canvas instead of the DOM for images in one of the next versions. It would be much easier (or in some cases: only be possible) to implement some fancier effects that way.