Hello all AIL users. I wanted to know what the quickest way would be to load a 32 bit tga so that the alpha transparency was preserved. Ideally i'd need my ...
1) Standard 24-bit BITMAP images do not support transparency... so converting any 32-bit transparent image (including TGA) to a 24-bit BITMAP would lose the...
Hi kevin, Thanks for your reply. I am using vb.net and AIL to make an animation sequence player. I did want to squash the image to 16:9 so does that make the...
If you want to squash the image to 16:9 before rendering to a PictureBox, I would recommend resizing the image first, then rendering it transparently using the...
you're right, it would look like crap. My theory was to try to render a tga foreground animation in the image property of the picturebox and a background (non...
I use AIL to write IPTC metadata to photos. If a photo already has IPTC metadata instead of overwriting the metadata it is wiping out both the IPTC and EXIF...
Try reading the IPTC / EXIF data once the file is first opened, then append your data to that original data... then when it's time to save the file out, set...
If you're using the COM version of AdvImgLib.dll within a .NET environment, you'll need to distribute 3 files: - AdvImgLib.dll (goes in Windows/System dir,...
Sometimes I feel veeeeeeery stupid. I accidentally copied the freeimage3.dll in the system folder, so I thought I don't have to distribute this too. ...
Hello! I just obtained this great tool and can't wait to try it out, but I have a very simple beginner's question: Can someone please tell me how to load an...
To render a loaded image to a VB5/VB6 PictureBox control, look at the HTML help file page for "Convert_ImageToPicture". It includes source code on how to use...
This software is awesome! However, I am encountering a problem grabbing large images from the clipboard using Clipboard_Get. It works fine with smaller images,...
Can you please post the image that's giving you problems on the internet somewhere and I'll test it and let you know. Thanks! - Kevin ... but ... clipboard?...
Thanks, Kevin! Sorry for the delayed response. Here is the image: http://ccarboni.home.att.net/Moon_High_Res_Half.jpg However, it doesn't seem to give the...
In VB5 and VB6, there's no way to load a transparent pictures into an Image control because the Image control does not have a Device Context handle (hDC)...
Dim objAIL As cAdvancedImagery Dim hIMG As Long Dim objIMG As StdPicture ' Show the form Me.Visible = True DoEvents ' Initialize the AIL library Set objAIL =...
My understanding is RPF files are "AutoCAD Raster-pattern Fill Definition" files... and that's beyond the scope of both FreeImage and the Advanced Imagery...
They are used in programs like 3dsmax in the 3d industry for compositing as you can add extra channels for data like velocity, zdepth and material ids. cheers...
Hey folks, just started using the metadata_set_iptc method and the iptc data isn't being written to the .jpg image, even though everything seems to work. I'm...
I got it to work no problem. Here's what I did: 1) Downloaded and installed the latest version of REALbasic (v2008r3.1) 2) Started a new Windows Program 3)...
hi, i am using the resize function to make thumbnails of various filetypes, and this works for all types except high dynamic range .HDR files. Is it something...
the images i downloaded were from http://www.debevec.org/probes/ and they don't open in the pictureit utility either. i have tried a hdr from another source...