Question

I can't seem to see any image handling detail on the TideSDK API. Is it possible to do image manipulation?

Was it helpful?

Solution

The TideSDK API itself provides no methods for image manipulation so far. We will upgrade TideSDK to use the latest version of webkit with TideSDK 1.4 in october to give you full HTML5 and CSS3 support, along with the HTML5 Canvas, which you can use for javascript image processing.

Until then, you can try and do image manipulation with PHPs image functions, since in the currently used PHP version, GDlib v 2.0.34 is bundled. Find the function docs here: http://de.php.net/manual/en/ref.image.php

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top