Search the web
Sign In
New User? Sign Up
AIL_Development · AIL Developer's Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18 - 47 of 125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18
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...
hmmfunnything
Offline Send Email
Nov 9, 2006
9:34 pm
19
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...
Kevin Wilson
kwilson1997
Offline Send Email
Nov 12, 2006
6:51 pm
20
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...
Kevin Wilson
kwilson1997
Offline Send Email
Dec 5, 2006
9:51 pm
21
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...
Eric
hobbykitjr
Offline Send Email
Feb 15, 2007
12:33 am
22
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...
Kevin Wilson
kwilson1997
Offline Send Email
Feb 15, 2007
1:52 am
23
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...
bhlee611
Offline Send Email
Feb 19, 2007
5:32 pm
24
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...
Kevin Wilson
kwilson1997
Offline Send Email
Feb 20, 2007
7:00 pm
25
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...
Kevin Wilson
kwilson1997
Offline Send Email
Feb 22, 2007
9:54 pm
26
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...
rthilfiger2001
Offline Send Email
Apr 16, 2007
3:54 pm
27
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...
eddiefrank_1977
Offline Send Email
Apr 16, 2007
3:57 pm
28
In this case, put "AdvImgLib_NET.dll" and "FreeImage3.dll" in the BIN directory of your project. ___________________________ Kevin Wilson The VB Zone ...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 16, 2007
5:17 pm
29
Unfortunately the Advanced Imagery Library does not currently support the .DNG image format. However, it does support the ASCII and binary/raw versions of...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 16, 2007
5:21 pm
30
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...
Michael
somenon2
Offline Send Email
Apr 17, 2007
2:40 pm
31
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...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 17, 2007
4:32 pm
32
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...
michael.reep@...
somenon2
Offline Send Email
Apr 18, 2007
2:25 pm
33
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 ...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 20, 2007
12:43 am
34
Still didn't work, I've attached a sample of what I'm trying to do, and I've also attached the original files that I'm using to do this first: not...
michael.reep@...
somenon2
Offline Send Email
Apr 20, 2007
2:45 pm
35
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...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 20, 2007
3:18 pm
36
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...
Eric
hobbykitjr
Offline Send Email
May 4, 2007
4:54 pm
37
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...
Kevin Wilson
kwilson1997
Offline Send Email
May 4, 2007
5:09 pm
38
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...
marlin02910
Offline Send Email
May 22, 2007
4:56 am
39
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 ...
Fisher Man
marlin02910
Offline Send Email
May 22, 2007
5:01 am
40
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...
Robert R
rjrodrig
Offline Send Email
Jun 5, 2007
10:16 pm
41
Hello Robert, When you purchase the Advanced Imagery Library, you receive an email with the download location of the software and the username / password....
Kevin Wilson
kwilson1997
Offline Send Email
Jun 5, 2007
10:52 pm
42
It would help to know the revision on the file to know you are in fact downloading the updated version. I compared the versions and I didn't see if I got the...
Robert J. Rodriguez
rjrodrig
Offline Send Email
Jun 7, 2007
3:17 am
43
Hello Robert, I understand that it's important to make sure you have the "latest and greatest" version so your application is solid. Be assured that it is ...
Kevin Wilson
kwilson1997
Offline Send Email
Jun 7, 2007
3:24 am
44
Hi, I'm a new member and I just want to know if anyone can provide a sample on how to set IPTC values on to a jpeg file. Thanks, Carina...
carina_albuero
Offline Send Email
Jul 9, 2007
6:57 pm
45
Hello Carina, 1) Call the "IO_LoadImage", or "IO_LoadFromBinary", or "IO_LoadFromBase64" function to load the image 2) Call the "Metadata_Set_IPTC" function to...
Kevin Wilson
kwilson1997
Offline Send Email
Jul 9, 2007
7:23 pm
46
Good Evening, I have a asp.net 2.0 website and I am wanting to resize an image for use as a thumbnail that I have uploaded into a byte array to store in SQL....
rthilfiger2001
Offline Send Email
Aug 5, 2007
10:20 pm
47
Hello Ronnie, I've taken your code and modified it a little to be a little more efficient... and I've added the AIL functionality to convert the byte array to...
Kevin Wilson
kwilson1997
Offline Send Email
Aug 6, 2007
7:40 pm
Messages 18 - 47 of 125   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help