Search found 5882 matches

by Loïc
Fri May 25, 2007 4:46 pm
Forum: Image Processing & Document Imaging
Topic: How to apply an angle rotation into a 1bpp tif image
Replies: 5
Views: 7474

Good! :wink:

Thank you very much for the return.

Loïc
by Loïc
Fri May 25, 2007 4:26 pm
Forum: Image Processing & Document Imaging
Topic: How to apply an angle rotation into a 1bpp tif image
Replies: 5
Views: 7474

Ok Thanks for your mail. I've understood your problem. You want to make an angle rotation which is not a Std 90, 180.. rotation into an indexed color image using an old gdiplus.dll edition. First, you are using an old version of GdPicture Pro. If you run your code with the last edition the error no ...
by Loïc
Fri May 25, 2007 4:14 pm
Forum: Image Processing & Document Imaging
Topic: Composition de documents
Replies: 10
Views: 20940

Ok je comprends ainsi pourquoi vous tenez à récupérer le handle de chaque image...

Comme vous l'avez dit le mieux est de passer par des fichiers temporaires.


Cordialement,

Loïc Carrère
by Loïc
Fri May 25, 2007 4:05 pm
Forum: Image Processing & Document Imaging
Topic: How to apply an angle rotation into a 1bpp tif image
Replies: 5
Views: 7474

What is the code you are using to do that ?

Could you send me by email the tif file you are trying to rotate at esupport (at) gdpicture (dot) com ?

Best regards,

Loïc
by Loïc
Fri May 25, 2007 10:28 am
Forum: Image Processing & Document Imaging
Topic: Composition de documents
Replies: 10
Views: 20940

Bonjour, C'est bien ce qui me semblait. L'erreur provient d'un autre endroit dans votre code. Ce n'est pas la génération d'imagettes qui pose problème. Voici votre erreur: Vous récupérez dans un tableau pagesId() les valeurs retournées par la méthode GetNativeImage() du controle GdViewer pour chaque...
by Loïc
Fri May 25, 2007 9:44 am
Forum: Document Viewing
Topic: Pixel locations
Replies: 3
Views: 4793

Hi,

To decrease the used memory you can try to decrease the InterpolationMode propery value.

Else, you can use the GdPicturePro OCX to extract a thumbnail from the image and to display it into the gdviewer.

Best regards,

Loïc
by Loïc
Fri May 25, 2007 9:42 am
Forum: Document Viewing
Topic: Can not display image error no. 3
Replies: 3
Views: 4983

Good morning,

Error code 3 means: OutOfMemory https://www.gdpicture.com/references/gdv ... tatus.html

You are probably loading a large image file ?

You can try to set the InterpolationMode property to 0 or 1 to use less memory.

Regards,

Loïc
by Loïc
Thu May 24, 2007 2:25 pm
Forum: Image Processing & Document Imaging
Topic: Composition de documents
Replies: 10
Views: 20940

Ok ça marche, j'attends donc votre email.

Cordialement,

Loïc Carrère
by Loïc
Thu May 24, 2007 11:42 am
Forum: Image Processing & Document Imaging
Topic: Composition de documents
Replies: 10
Views: 20940

Sinon si votre problème persiste et que l'état d'avancement de votre projet n'induit pas une quelconque confidentialité, vous pouvez me l'envoyer à cette adresse: esupport (at) gdpicture (dot) com. Ainsi je vous corrigerai votre erreur.


Cordialement,

Loïc Carrère
by Loïc
Thu May 24, 2007 11:40 am
Forum: Image Processing & Document Imaging
Topic: Composition de documents
Replies: 10
Views: 20940

Bonjour, Sans votre code complet ça m'est dificile d'identifier la source de l'erreur. J'ai créé une petite appli en vb.net 2005 que vous pouvez télécharger ici: https://www.gdpicture.com/ressources/support/thumbsdemo.zip Cette appli contient 1 objet gdviewer appelé PdfViewer ainsi que 4 autres obje...
by Loïc
Thu May 24, 2007 10:40 am
Forum: Image Processing & Document Imaging
Topic: Can I open and split an EMF image file ?
Replies: 1
Views: 4314

Hi, With GdPicture Pro or GdPicture Light you can do that easily. I give you a sample to load an emf image file and extract 2 zones of this image as jpeg files: Dim oGdPicture As New GdpicturePro.cGdPicture Dim nInputImageID As Long Dim nImageSplit1 As Long, nImageSplit2 As Long nInputImageID = oGdP...
by Loïc
Thu May 24, 2007 10:31 am
Forum: Licensing
Topic: Can I use the same license into several computers ?
Replies: 1
Views: 4526

Hi, From the license agreement ( https://www.gdpicture.com/license.php ): Per-developer license : Each valid license key entitles a single developer to write software which accesses to the purchased component. In other words, there is no computer based restriction, only developers access limitation....
by Loïc
Wed May 23, 2007 11:37 am
Forum: Image Processing & Document Imaging
Topic: Twain - Getting available capabilities values with vfp
Replies: 2
Views: 4789

Hi, You can download the gdpicturepro.ocx 3.6 pre-release from here: https://www.gdpicture.com/ressources/betas/ I've added these new methods: TwainGetAvailableBrightnessCount() TwainGetAvailableContrastCount() TwainGetAvailableBitDepthsCount() TwainGetAvailablePixelTypesCount() TwainGetAvailableXRe...
by Loïc
Wed May 23, 2007 11:24 am
Forum: Image Processing & Document Imaging
Topic: How to release a Picture object returned by GetPicture ?
Replies: 1
Views: 5328

Hi,

Code: Select all

Dim oPicture As StdPicture

Set oPicture = oGdPicture.GetPicture

Call oGdPicture.DeletePictureObject(oPicture)

Don't forget the "Call"


Best regards,

Loïc Carrère
by Loïc
Wed May 23, 2007 9:32 am
Forum: Image Processing & Document Imaging
Topic: GDViewer.ocx & GDPicture.ocx (One or Both)
Replies: 1
Views: 9143

Hi, You need to install only the gdpicturepro.ocx. The GdPicture Pro includes in the same ocx all the classes of the GdViewer Pro component ant the cGdPicture class of the GdPicture component. https://www.gdpicture.com/products/gdpicture-pro-ocx-image-processing-activex.php Best regards, Loïc Carrère