Search found 9 matches

by pankaj5k
Tue May 28, 2013 1:13 pm
Forum: General discussions
Topic: Alternatives to installing the gdpicture runtime manually
Replies: 1
Views: 2851

Alternatives to installing the gdpicture runtime manually

HI, Are there any alternative ways to installing the gdpicture runtime manually on each client system like having a code signed cab file and setting the codebase to that that cab file in the <object> tags so that the browser would install from there? Basically since there are a large number of clien...
by pankaj5k
Wed May 01, 2013 12:38 pm
Forum: Image Processing & Document Imaging
Topic: Despeckle gives UnsupportedPixelFormat error
Replies: 4
Views: 4456

Re: Despeckle gives UnsupportedPixelFormat error

Hi Sami,

I tried using the convert to 1bpp method and then use BitonalDespeckle but that doesnt help also.

I will try increasing the dpi and then test it.

Thanks for your quick response as always.
by pankaj5k
Tue Apr 30, 2013 12:28 pm
Forum: Image Processing & Document Imaging
Topic: Despeckle gives UnsupportedPixelFormat error
Replies: 4
Views: 4456

Re: Despeckle gives UnsupportedPixelFormat error

Hi Loic, I am now using FxMedian for non bitonal files and it works well. The only problem is that it eats away some written text in the scanned documents. I tired to reduce the KernelSize but even setting it to 1 means 9 pixels which is equivalent to the FxDespeckle Method. Is there a way to only r...
by pankaj5k
Tue Apr 16, 2013 3:25 pm
Forum: Image Processing & Document Imaging
Topic: Despeckle gives UnsupportedPixelFormat error
Replies: 4
Views: 4456

Despeckle gives UnsupportedPixelFormat error

I have to provide a Despeckle filter for Tiff files and it seems to work for very small tiff files but on some files i get GdPicture status 62 i.e "UnsupportedPixelFormat". Why do i get this error and are there any specific files requirements for this. The file is a 1221*1500 pixels in siz...
by pankaj5k
Tue Apr 16, 2013 3:20 pm
Forum: Document Viewing
Topic: Show partial thumbnails for a very large document
Replies: 2
Views: 6768

Re: Show partial thumbnails for a very large document

Hi Loic,

I ended up manually adding thumbnail by AddItemFromGdPictureImage() method

Thanks for your prompt reply
by pankaj5k
Mon Mar 25, 2013 2:42 pm
Forum: Document Viewing
Topic: Show partial thumbnails for a very large document
Replies: 2
Views: 6768

Show partial thumbnails for a very large document

Hi Guys, In case of a big document tiff file that has around 200 pages the thumbnail viewer generates 200 thumbnails. The client wishes to implement a paging system that will only show 15 page thumbnails at a time. Is there a way to tell Thumbnail viewer control to show thumbnails between a range? O...
by pankaj5k
Mon Mar 11, 2013 11:09 am
Forum: Document Viewing
Topic: GdViewer brightness and contrast not working correctly
Replies: 1
Views: 2913

GdViewer brightness and contrast not working correctly

Hi, I am using the ActiveX version of GdViewer in an ASP.Net website and am able to show documents in it by using this code ImageID = m_GdPictureImaging.CreateGdPictureImageFromFile(path); var oGdViewer = document.getElementById("GdViewer1"); oGdViewer.DisplayFromGdPictureImage(ImageID); I...
by pankaj5k
Wed Jan 02, 2013 2:37 pm
Forum: Example requests & Code samples
Topic: Open Save and Edit + Preview TIFF in asp.net GdViewer
Replies: 1
Views: 3841

Re: Open Save and Edit + Preview TIFF in asp.net GdViewer

can anyone please help me or point me in the right direction?
by pankaj5k
Fri Dec 28, 2012 5:07 pm
Forum: Example requests & Code samples
Topic: Open Save and Edit + Preview TIFF in asp.net GdViewer
Replies: 1
Views: 3841

Open Save and Edit + Preview TIFF in asp.net GdViewer

Hi, I have to build a website using asp.net 4.5 that requires editing features of TIFF,PDF files. basically i want to be able to select files from a list. the file should open in an editor with preview and we have edit controls such as Brightness,Contrast,Sharpness,Deskew, Despeckle etc. I have seen...