This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, May 16, 2012 12:16:50 AM(UTC)
Groups: Registered
Posts: 34
Hi,
1st of all can use the Leadtools Image Processing components w/o using RasterImageViewer? lets say im going to use a simple PictureBox. Im using vb.net
2nd can anyone teach me how to do a simple code for converting an image to Grayscale 8bit using Leadtools??
Bernadette
#2
Posted
:
Wednesday, May 16, 2012 6:18:55 AM(UTC)
Groups: Registered
Posts: 256
Bernadette,
1) Yes, you can use LEADTOOLS image processing features without our viewer controls.
You can use Microsoft controls such as PictureBox but you will need to convert the RasterImage object to Bitmap or Image using RasterImageConverter class.
2) If you open our Main .NET Imaging demo, you will find that this feature is implemented there under Color menu->GrayScale.... You can find the source code for the demo in the following path:
[LEADTOOLS 17.5]\Examples\DotNet\CS\MainDemo
The class used for that is called Leadtools.ImageProcessing.GrayscaleCommand 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.