I tried to use ail in asp.net 2.0,compilation went ok but when i tried to run it, i got the folowing error: Retrieving the COM class factory for component with...
"AdvImgLib.dll" was compiled with Visual Basic 6.0. Because of this, you need to have the VB6 run-time files installed on the computer you're running your...
Hi, I'm italian user of RB, and I use the cAdvancedImagery class on WinXP, but now I have to use it under MAC OS, do you know if someone has compile the dll...
I wanted to send out a quick message and appologize about the JUNKMAIL that people have been sending through this group. It's sad when people go out and find...
After downloading the AIL, I worked with it and had no problems as of about March 1. I am now working with it again, and am getting a runtime error: Microsoft...
Try putting FREEIMAGE.DLL and FREEIMAGE3.DLL into the WINNT/SYSTEM32 directory. Since ADVIMGLIB.DLL and ADVIMGLIB5.DLL are AcitveX / COM libraries, it doesn't...
Remember that the "AIL_Development" Yahoo! group is a great place to post questions, comments, feedback, or neat code snippets for other developers using the...
I've spend 6 hours tracing both the photo demo and the raw AIL library calling AdvImgLib.cAdvancedImagery_ASP run the exact same processes using the same image...
It sounds like you're not compressing the JPEG image at all. When you call the "IO_SaveImage" method to save a JPEG image, pass a value from 1 to 100 to the...
Version 3.0 was released on November 24, 2006. After some thought about the new release, it was decided that those who have purchased the Advanced Imagery...
Hi, We Recently Purchased this software and the sample mentioned above does output a PNG file like its supposed to, but its empty. It should contain the 2...
Hello Eric, Can you please provide a small snippet of code that demonstrates what is going wrong and the issue you're having problems with. I'll look into it...
Dear, all I'm really beginner to use AIL libary and process image, so that there are many things that I can not understand. So, I'd like to ask several...
1) The "Advanced Imagery Library" does not currently support reading individual Photoshop layers stored within TIFF or PSD files. You can load a TIFF or PSD...
For more information, see also: http://sourceforge.net/forum/forum.php?thread_id=1676585&forum_id=36111 Once such functionality is added to FreeImage, I'll...
I am hosting a site on a shared server with godaddy.com and they will not let me place the FreeImage3.dll and AdvImgLib_NET.dll in the C:\windows\system32...
HI, Could anyone tell me if AIL supports/has dlls for read and display of raw image formats like .dng , if not can one create them and use the dlls with Visual...
In this case, put "AdvImgLib_NET.dll" and "FreeImage3.dll" in the BIN directory of your project. ___________________________ Kevin Wilson The VB Zone ...
Unfortunately the Advanced Imagery Library does not currently support the .DNG image format. However, it does support the ASCII and binary/raw versions of...
I've seen the sample picstures of what AIL can do, so I know this has been done, atleast some way. I'm trying to use Effect_OverlayPicture, and trying to put...
There's 2 ways to do it. The first is to render directly to a Form / ... Dim objAIL As cAdvancedImagery Dim hImg As Long Dim hImg2 As Long ' Initialize...
I attempted to write a function (using the code you provided via method 2) so I could get it to work from ASP. It seems to work ok, but the transparency is...
First off, this line will create a memory leak: bOk = objAIL.Convert_To32bit(hImg2, hImg2) You must create a separate variable to hold the result from the ...
I don't know why it's not working for you. It worked for me in my testing. Keep in mind though, I tested calling the "Effect_OverlayPictureEx" function...
How can i create an animated GIF using AIL from a couple of JPEGs? Im using 3.0.0 and VB6. I've made a Long array and loaded the images into each position with...
Hello Eric, The post you put up about this did go through and I just approved it. As far as your problem, there is an HTML Help file included with the source...
Hi, I have had success with converting thousands of fax pages from tif to png with this code, but I have a client with computer generated faxes that are now...
Hi, I have had success with converting thousands of fax pages from tif to png with this code, but I have a client with computer generated faxes that are now ...
Does anyone know how to download the updated libraries. It is great that we updates from Kevin Wilson saying there is an update, but he never says where to...