by Pegasus Imaging Corporation - Product Type: Component / .NET WinForms / ActiveX OCX / VCL / VC++ Class Library
Hi,
I'm using imagXpress version 7.0. The development environment is VB6.0
The problem i'm facing is, when i open Tiff files of the size more than around 250 MB, ImageXpress is giving the page number as -1.
Is there a specific file size which is maximum for ImagXpress to open?.
Thanks and Regards
Vipin
Reply
Hello. I use ImagXpress v7 in Borland C++ Builder.
I need to get a pointer to the raw data of a loaded image. There is some help (using GlobalLock, SaveToBuffer methods etc), but it does not seem to work with 24bit images.
I need to get a copy (or a point to the actual data) and use it like this:
<24 bit structure type>* Im = GetPointerTo24bitData(ImagXPressControl)
for(y = 0;y<Height;++y)
for(x = 0;x<Width;++x)
{
Im[y*Width + x].Red = 255;
Im[y*Width + x].Green= 0;
Im[y*Width + x].Blue= 255;
}
I managed to get a pointer such like this but only when I had a jpeg image loaded to the control. For bmp's or other images I always get runtime errors.
Reply
Hi,
Do you support Hebrew and Right-To-Left annotations?
-Oren
Reply
hi
i need a dll for scaling jpeg files which can be used through VB. the dll should except the source, destination paths,width and height parameters.The scaling should be very very fast bcoz I need to scale hundreds of files at a time.
kindly help me in this regard
with rgds
showkat
Reply
Does this product have any facility to professionally watermark any type of image with ; text, other images etc..
Reply
Publisher
Primary Category
Related Products
Related Categories