This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, September 18, 2007 12:08:20 AM(UTC)
Groups: Registered
Posts: 3
Hello Forum,
I want to process images in a browser. The image should be loaded and users should be able to edit the file and save it back. Is this possible with LEAD 15? How can I do this, has anybody an example code?
Thank you for helping me!
Karl
#2
Posted
:
Wednesday, September 19, 2007 1:49:51 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Karl,
If you want the processing to take place at the client side,
we currently don't have a way of doing that in v15, but you can use version
14.5 of our COM objects for this.
This way, the program is written so that the COM objects are
created locally at the client PC (inside his browser), and you can use VBScript
or JavaScript to code your functionality.
If you want to perform processing at the web server side
(web thin client), you can write your server code using LEADTOOLS .NET 15
toolkit, which contains a huge number of imaging and image processing
functions, and use our Web Viewer and Web Converter objects to deliver the images
to the client-side users.
#3
Posted
:
Wednesday, September 19, 2007 4:42:59 AM(UTC)
Groups: Registered
Posts: 3
Thank you Adam!
I want to create server side code. Can you tell me, where can I find informations about the Web Viewer and Web Converter Objects?
CU
Karl.
#4
Posted
:
Wednesday, September 19, 2007 7:52:50 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
In the Raster .NET Class Library help file there are multiple sections which provides tutorials and example code for the ImageViewer. Please refer to the Web section under Programming with LEADTOOLS and check out the ImageViewer class.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.