Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
malek  
#1 Posted : Wednesday, January 26, 2005 10:17:00 PM(UTC)
malek

Rank: Member

Groups: Member
Joined: 1/26/2005(UTC)
Posts: 1

i have downloaded graphicsprocessor2002 and installed it successfully on the system nut when i have this specific code:
Try

Code:
            Dim objraster As New RasterObjectClass
            objRaster.LoadFile(Server.MapPath("Bluehills.jpg"))

            objRaster.EncoderOptions("OutputFileType") = "TIFF"
            objRaster.EncoderOptions("ColorDepth") = 1

            objRaster.EncoderOptions("DitherType") = "None"
            objRaster.EncoderOptions("Threshold") = 128
            objRaster.SaveFile(Server.MapPath("none.tif"))

            objRaster.EncoderOptions("DitherType") = "OrderedDither"
            objRaster.SaveFile(Server.MapPath("dither.tif"))

            objRaster.EncoderOptions("DitherType") = "ErrorDiffusion"
            objRaster.SaveFile(Server.MapPath("errordiffusion.tif"))

            objRaster = Nothing

        Catch ex As Exception

        End Try


the .net debugger catches an error when loading the file and gives the following message:
Code:
	Message	"Object reference not set to an instance of an object."


Please post soemthing back about this issue.

Thank you.

Edited by user Monday, December 24, 2007 4:15:08 PM(UTC)  | Reason: Not specified

Andrew  
#2 Posted : Wednesday, January 26, 2005 11:30:00 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Hello Malek,

Graphics Processor 2002 is an obsolete product, and we provide technical support only for the existing Graphics Processor users.

If you need a .NET imaging component please use the most recent product Graphics Mill for .NET:

http://www.aurigma.com/Products/GraphicsMilldotNET

Please let me know for any questions.
Users browsing this topic
Guest
Similar Topics
Error Messages, VS2013 and Graphics Mill x64 (Discussions – Graphics Mill)
by xpda 4/13/2015 6:28:55 PM(UTC)
Suppress Default Error Message (Discussions – HTML5/Flash Uploader)
by TLove 12/29/2014 5:23:33 AM(UTC)
.Net Error Message Child Nodes not allowed (Aurigma Up (iOS/Android))
by Powderworks 2/7/2012 8:57:11 PM(UTC)
.Net Error Message (Aurigma Up (iOS/Android))
by Powderworks 1/2/2012 6:36:18 PM(UTC)
cmyk error message (Discussions – Graphics Mill)
by idekkers 12/15/2010 4:17:03 AM(UTC)
Server response code 201 showing error message in uploader (Discussions – ActiveX/Java Uploader)
by ndonnan 6/19/2009 2:01:10 AM(UTC)
Error message: Page to upload is unaccessible (Discussions – ActiveX/Java Uploader)
by clayboy 1/19/2009 7:24:03 PM(UTC)
Custom error message on upload (Discussions – ActiveX/Java Uploader)
by niklas_a 12/13/2008 4:06:21 AM(UTC)
ActiveX LicenseKey Error message (Discussions – ActiveX/Java Uploader)
by ricc 1/30/2008 10:56:25 PM(UTC)
"Unable to update files in cache." error message (Discussions – ActiveX/Java Uploader)
by eynat 7/18/2007 8:08:59 PM(UTC)
Error Messages in Java Console (Image Uploader)
by tux10 3/26/2007 3:38:46 AM(UTC)
Error Message "the evaluation period has expired!" (Image Uploader)
by akaishe 11/21/2006 3:14:10 PM(UTC)
Error message: Cannot decompress avi file content (Other Products)
by TheLostProgrammer 9/8/2006 12:12:02 AM(UTC)
Media Processor - Can't load picture from file - Internal error message:'[a:4]' (Other Products)
by Tblaster 6/17/2006 4:21:24 PM(UTC)
ImageUploader error message to client. (Discussions – ActiveX/Java Uploader)
by ravikiran 10/24/2005 12:06:16 AM(UTC)
Forum Jump  
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.