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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 40 - 69 of 125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
48
Kevin, That was great help. Now what if I wanted to load the thumbnail back into a byte array so I could store it into the SQL 2005 database along side the...
rthilfiger2001
Offline Send Email
Aug 10, 2007
6:27 pm
49
Dear Kevin, I have an array of R,G,B bytes stored in 1D array. The image is 1280x1024 so have 3 times as many bytes for the three color channels. The function...
Robert R
rjrodrig
Offline Send Email
Aug 13, 2007
3:56 pm
50
Kevin, I have been trying to do the following in VB6 SP6 I have an array of bytes call pData(0 To 3932159) coming from an image sensor. This translate to a...
Robert R
rjrodrig
Offline Send Email
Aug 13, 2007
3:59 pm
51
Hello Robert, You can use the "IO_LoadFromBinary" and "IO_SaveToBinary" methods to work with byte arrays, but the problem is that these methods don't expect a...
Kevin Wilson
kwilson1997
Offline Send Email
Aug 13, 2007
6:00 pm
52
Hello Ronnie, Here's the requested code to convert an image handle to a byte array using the "IO_SaveToBinary" method. ...
Kevin Wilson
kwilson1997
Offline Send Email
Aug 13, 2007
6:02 pm
53
Well, thank you for the information. I will continue working with the SetbitmapBits() API function and figure out why it only displays 1/3 of the image only....
Robert J. Rodriguez
rjrodrig
Offline Send Email
Aug 14, 2007
4:14 am
54
See my response to previous post here: http://tech.groups.yahoo.com/group/AIL_Development/message/51 - Kevin ... image ... multiplied ... GREEN, ... border ......
Kevin Wilson
kwilson1997
Offline Send Email
Aug 14, 2007
4:16 am
55
I want to read and write(change) the RGB values of 16 bit Grayscale TIF image in vb.net 2005. could you give me some guidelines. system.drawing.bitmap not...
titto1974
Offline Send Email
Sep 18, 2007
4:10 pm
56
Since VS.NET 2005 does not support it, just use the "IO_LoadImage" function to load the image into a handle (i.e. - Dim hIMG As Int32) and keep it there and...
Kevin Wilson
kwilson1997
Offline Send Email
Sep 18, 2007
5:06 pm
57
I'm reading a bitmap in from the clipboard, and I want to add a white border around the edges. The only way that I can see to do it is to create a new image in...
nick_hebb
Offline Send Email
Nov 20, 2007
8:41 pm
58
The easiest way to do it is to do like you said... create a 2nd image and read pixel by pixel from one to the other. However, that is *VERY* processor...
Kevin Wilson
kwilson1997
Offline Send Email
Nov 20, 2007
8:44 pm
59
Thanks Kevin. Not only did you answer my question, but you did all the heavy lifting. :-)...
Nick Hebb
nick_hebb
Offline Send Email
Dec 4, 2007
2:01 am
60
Maybe i'm doing somthing wrong but I am trying to convert a greyscale image to black and white using the Convert_To01bit method. It works successfully however...
sdrasmuffin
Offline Send Email
Feb 7, 2008
5:14 pm
61
Some images use colors in a way that what you are describing will happen when you convert to monochrome. If you see that happen, just call "Effect_Invert" to...
Kevin Wilson
kwilson1997
Offline Send Email
Feb 7, 2008
5:39 pm
62
Hello Guys I've just purchased Advanced Image Library standart edition today. After donloading I decompressed the .zip file and read the README: C#.NET /...
spamihilator666
Offline Send Email
Mar 26, 2008
4:40 am
63
As stated on the web site & in the READ ME / help files, the "Standard Version" does not include any native .NET assemblies. The "Professional Version"...
Kevin Wilson
kwilson1997
Offline Send Email
Mar 26, 2008
4:48 am
64
Hi Kevin Thanks for your help. When I try to refer to the AdvImgLib.dll, the Visual studio says this isn't a valid assembly or COM object. I tried the same...
spamihilator666
Offline Send Email
Mar 27, 2008
8:56 pm
65
For your first question: 1) Start Visual Studio 2005 (or any of the Express versions) 2) Open your project, or create a new project 3) Go to the "Project" menu...
Kevin Wilson
kwilson1997
Offline Send Email
Mar 27, 2008
9:03 pm
66
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 ...
bluescreenweasel
bluescreenwe...
Offline Send Email
Apr 10, 2008
7:27 pm
67
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...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 10, 2008
7:46 pm
68
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...
bluescreenweasel
bluescreenwe...
Offline Send Email
Apr 11, 2008
7:32 pm
69
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...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 14, 2008
4:06 pm
Messages 40 - 69 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