Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, March 30, 2007 4:38:44 PM(UTC)

jperks  
jperks

Groups: Registered
Posts: 5


I have the below code,      I need to be able to remove lines from the image then display it again. I can't find any documentation. I have some help files that say they can be opened in document explorer however that doesn't work. Can't find any examples not even the very complicated ones that are included for other tasks. Please help, my application is almost done and I can almost start purchasing licenses but I just have a few sticking points with this control .Thanks

Dim strFileName As String = "C:/123.tif"

        ' unlock support
        Support.Unlock(False)

        ' initialize the _viewer object
        _viewer = New RasterImageViewer
        _viewer.Dock = DockStyle.Fill
        _viewer.BackColor = System.Drawing.Color.DarkGray
        Controls.Add(_viewer)
        _viewer.BringToFront()

 


        RasterCodecs.Startup()

        _codecs = New RasterCodecs


        Dim loader As ImageFileLoader = New ImageFileLoader

        _image = _codecs.Load(strFileName, 100, CodecsLoadByteOrder.BgrOrGray, 1, 1)


        _codecs.Options.Abc.Save.QualityFactor = CodecsAbcQualityFactor.RemoveBorder



        _codecs.Save(_image, strFileName, RasterImageFormat.Abc, 1)


        _image = _codecs.Load(strFileName, 100, CodecsLoadByteOrder.BgrOrGray, 1, 1)


     


        _viewer.Image = _image

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, April 2, 2007 8:29:32 AM(UTC)

Qasem Lubani  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

If you are trying to
remove lines, please refer to the help topic "LineRemoveCommand" Class in our main .Net hepfile.
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.139 seconds.