Search found 4 matches

by tweerath
Tue Sep 15, 2015 6:31 pm
Forum: Licensing
Topic: Links to older version downloads
Replies: 4
Views: 25590

Re: Links to older version downloads

Hi, Is anyone know where can i find download links for specific medium/minor release, Since I'm currently interested in testing some features on 11.0.4 :D
Thanks!
by tweerath
Mon Dec 15, 2014 11:59 am
Forum: Annotations
Topic: Image manipulation and Annotation
Replies: 5
Views: 9610

Re: Image manipulation and Annotation

Hi Sami, Thanks for the answer but I've to say sorry since it's wasn't be much help, I've got skew angle from GetSkewAngle but the problem is RotateAnnotations() only support 90,180,270 degree rotate. https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.10~GdPicture10.GdViewer~Rota...
by tweerath
Mon Dec 15, 2014 8:45 am
Forum: Annotations
Topic: Image manipulation and Annotation
Replies: 5
Views: 9610

Re: Image manipulation and Annotation

Below is the sample code i use to apply deskew command to the image GdPictureImaging gdImaging = new GdPictureImaging(); imageId = gdImaging.CreateGdPictureImageFromFile(FilePath); GdViewer1.DisplayFromGdPictureImage(imageId); GdViewer1.AddRectangleAnnotInteractive(xxxxxx); before deskew.png gdImagi...
by tweerath
Fri Dec 12, 2014 1:47 pm
Forum: Annotations
Topic: Image manipulation and Annotation
Replies: 5
Views: 9610

Image manipulation and Annotation

Hi I have a little problem with annotations (I'm using GDPicture10.2) what i want to achieve is -load image -add annotations -manipulate image and also annotations (rotate, crop, apply image command ie. AutoDeskew, AutoPunchHoleRemoval, AutomaticBorderRemoval etc.) -save image and annotationXMP to f...