Search found 6 matches

by coloboxp
Tue Jul 03, 2018 1:34 pm
Forum: Example requests & Code samples
Topic: Watermark text on multitiff image
Replies: 2
Views: 7140

Re: Watermark text on multitiff image

I'll answer myself, and leave the solution in case someone else needs it. While still looking for ideas, I've landed on this page (Draw page number on each page of a multipage tiff image https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14%20(COM%20-%20ActiveX)~GdPicture14.GdPictureImaging~Ti...
by coloboxp
Tue Jul 03, 2018 12:45 pm
Forum: Example requests & Code samples
Topic: Watermark text on multitiff image
Replies: 2
Views: 7140

Watermark text on multitiff image

Hi I think I'm close but still I'm having troubles, couldn't figure it out already two days. I'm taking a multitiff "A", and want to add a border in the top and watermark it with text, only on the first page, the rest should stay as is. I did some tests and it works with single paged tiffs...
by coloboxp
Wed Sep 14, 2016 5:22 pm
Forum: Example requests & Code samples
Topic: Rotating certain pages on a multitiff and saving gives error
Replies: 3
Views: 3514

Re: Rotating certain pages on a multitiff and saving gives e

Not yet, we are stucked on v8.5 due to costs :/
by coloboxp
Wed Sep 14, 2016 5:18 pm
Forum: Feature Requests
Topic: Shearing for the sake of speed
Replies: 6
Views: 9326

Re: Shearing for the sake of speed

Hi

Has been achieved the hardware acceleration? (cuda, SIMD, HT)?
by coloboxp
Fri Jul 29, 2016 4:31 pm
Forum: Example requests & Code samples
Topic: Rotating certain pages on a multitiff and saving gives error
Replies: 3
Views: 3514

Re: Rotating certain pages on a multitiff and saving gives e

I've fixed it by adding the line specified here . public void RotateImage(string imagePath, Pages pages, Rotation rotation) { GdPictureStatus status; using (GdPictureImaging gdpictureImaging = new GdPictureImaging()) { bool hasRotation = false; gdpictureImaging.TiffOpenMultiPageForWrite(true); int i...
by coloboxp
Fri Jul 29, 2016 2:52 pm
Forum: Example requests & Code samples
Topic: Rotating certain pages on a multitiff and saving gives error
Replies: 3
Views: 3514

Rotating certain pages on a multitiff and saving gives error

Hi I'm having an GdPicture.GdPictureStatus.UnsupportedImageFormat error while trying to save a multitiff after some pages were rotated. The multi tiff multipage, color, JPEG compressed at 65%, 300dpi This is my code based on your sample : public void RotateImage(string imagePath, Pages pages, Rotati...