imazen / studiojs

[Deprecated] A set of jQuery plugins that compose a flexible, web-based image editing studio.
92 stars 29 forks source link

Studiojs functions for image processing works very slowly.. #14

Closed thinksysuser closed 8 years ago

thinksysuser commented 10 years ago

Hello,

I run the demo of Studiojs and found that each of it's functions shows very slow effects. For example, if I increase the brightness of the image, then it is applied to the image after 5-10 seconds of increasing the brightness. Is it possible to make it faster to shorten this time limit for rapid effect ?

Second issue, I found that if I completely applies my own effects to the image, then how can I save this image to desired folder ? No function present in the library to save this manipulated image?

lilith commented 8 years ago

StudioJS creates a command string. If you give this command string to ImageResizer, you can save a copy to a folder.

If you are seeing high latency, it means your ImageResizer backend is running on underpowered hardware. Latency should never exceed 1s on reasonable hardware.