You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hello everyone,
I an new to the GWT. I have a doubt.
I would like to develop applications based on image processing.
An image processing library suitable for java is JavaCV.
Can I use that library while coding GWT applications?
Will that make any problem at client side when the application is
deployed to the app engine?
Brandon Donnelson
unread,
Oct 8, 2011, 12:55:29 PM10/8/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
You won't be able to use JavaCV lib on the client side due to the dependencies it uses. There not available to the browser on all computers. You may be able to use the HTML5 canvas to do some of the image processing. The question is, could you do it in javascript?