I can’t seem to see any image handling detail on the TideSDK API. Is it possible to do image manipulation?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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