Search found 24 matches

by fbmachines
Sun May 18, 2008 9:29 pm
Forum: Image Processing & Document Imaging
Topic: Stack overflow
Replies: 4
Views: 2339

Re: Stack overflow

Hey Razvic,
Here is a link to the change history for GDPicture Pro and GDViewer Pro...
https://www.gdpicture.com/gdpicture-gdvi ... istory.php
by fbmachines
Wed Mar 12, 2008 6:06 am
Forum: Example requests & Code samples
Topic: [C#/VB.NET] Converting TIFF images to PDF documents
Replies: 4
Views: 16402

Re: Convert Multi-Page TIFF to Multi-Page PDF

Andy, I stumbled across this link in the documentation section for such example using Visual Basic. Is this what you were looking for? https://www.gdpicture.com/samples/sample_convert_multipage_tif_to_pdf_visual_basic.html Dim Imaging As New GdPicturePro5.cImaging Dim nImageID As Long nImageID = Ima...
by fbmachines
Thu Feb 28, 2008 12:55 am
Forum: Feature Requests
Topic: Write embedded ICC profiles
Replies: 4
Views: 3960

Re: Write embedded ICC profiles

Damn, you are good!

Thanks again.
by fbmachines
Tue Feb 26, 2008 7:20 pm
Forum: Feature Requests
Topic: Write embedded ICC profiles
Replies: 4
Views: 3960

Re: Write embedded ICC profiles

I could definitely use those features but will you be able to replace an embedded icc (if the image currently has an embedded icc and you want it to have a different one), add a new icc (if the image currently does not have an embedded icc) or completely remove an icc (if the image currently has an ...
by fbmachines
Tue Feb 26, 2008 3:02 am
Forum: Image Processing & Document Imaging
Topic: ZoomHeightControl Display Bug
Replies: 12
Views: 4366

Re: ZoomHeightControl Display Bug

Fantastic! By the way, congrats on the upcoming release. I look forward to both 5.0 and 5.1

Thanks,
Corey
by fbmachines
Mon Feb 25, 2008 5:45 am
Forum: Feature Requests
Topic: Write embedded ICC profiles
Replies: 4
Views: 3960

Write embedded ICC profiles

Is it currently possible to write embedded ICC profiles within images?

Thanks,
Corey
by fbmachines
Mon Feb 25, 2008 3:36 am
Forum: Image Processing & Document Imaging
Topic: ZoomHeightControl Display Bug
Replies: 12
Views: 4366

Re: ZoomHeightControl Display Bug

Would you consider an option to always show the scrollbars, even when they are not needed? This option would correct this odd behavior because the image wouldn't have to be resized when the scrollbars are fit into the equation.

Thanks for listening to me rant,
Corey
by fbmachines
Thu Feb 21, 2008 3:45 pm
Forum: Image Processing & Document Imaging
Topic: ZoomHeightControl Display Bug
Replies: 12
Views: 4366

Re: ZoomHeightControl Display Bug

Hey Loïc,
In v5.0 will there be a true "zoom to width" and "zoom to height" regardless if the scrollbars are used? I've stopped using this control because of this quark but would like to come back to it if this has been corrected.

Thanks,
Corey
by fbmachines
Thu Dec 13, 2007 2:49 pm
Forum: Feature Requests
Topic: Picture Changed Event
Replies: 15
Views: 9167

Hey Loic, That must have been it. I downloaded the latest version (5.4.2) and tested it but no luck. How are you testing it? I just created a button and put a "DisplayFromFile" to load a "hard coded" image in the click event. When I click the button for a second time (the same pi...
by fbmachines
Wed Dec 12, 2007 11:40 pm
Forum: Feature Requests
Topic: Picture Changed Event
Replies: 15
Views: 9167

No problem Loic. I can't find the latest fixed version. I have re-download the package but it is the same as the non working 4.5.1. I have also checked...

https://www.gdpicture.com/ressources/ocx/
https://www.gdpicture.com/ressources/betas/

...and can't find it.
Thanks
by fbmachines
Wed Dec 12, 2007 4:21 pm
Forum: Feature Requests
Topic: Loading an image into the viewer at a different position
Replies: 4
Views: 3781

Yes, I did try those but is there a way to use those and not keep the image ratio? ie. Say if you want to stretch the height but keep the original width and vice versa for stretch to width.
by fbmachines
Wed Dec 12, 2007 3:24 pm
Forum: Feature Requests
Topic: Picture Changed Event
Replies: 15
Views: 9167

Loïc,
4.5.1 fixed the "picture changed" event not triggering at all but now both are triggered even when the image currently loaded is the same as the image you are loading.
by fbmachines
Wed Dec 12, 2007 3:05 pm
Forum: Feature Requests
Topic: Loading an image into the viewer at a different position
Replies: 4
Views: 3781

Fantastic. Sorry, I stuck another question in at the bottom. Is there a way to strech vertical or stretch horizontal in the viewer control?

Thanks,
Corey
by fbmachines
Wed Dec 12, 2007 12:18 am
Forum: Feature Requests
Topic: Picture Changed Event
Replies: 15
Views: 9167

Hey Loïc,
Sorry to be a pest but I can't get the PictureChanged event to trigger. Also, the PictureChange event now triggers like the diplayed event. It triggers everytime an image is loaded into the viewer even if it is the same that is currently in the viewer (or sometimes not at all).
by fbmachines
Tue Dec 11, 2007 7:13 am
Forum: Feature Requests
Topic: Loading an image into the viewer at a different position
Replies: 4
Views: 3781

Loading an image into the viewer at a different position

Hello again, Is there currently a way to load an image into the viewer control other than the default, middle center position? like the imagealignment property..... ImagePositionMiddleLeft = 0 ImagePositionMiddleRight = 1 ImagePositionMiddleCenter = 2 ImagePositionTopLeft = 4 ImagePositionTopRight =...