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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 55 - 84 of 125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
70
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...
bluescreenweasel
bluescreenwe...
Offline Send Email
Apr 28, 2008
5:35 pm
71
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...
coreyinbend
Offline Send Email
Apr 29, 2008
4:07 am
72
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...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 29, 2008
4:13 am
73
Hi guys. I wrote a small application in C# and I wanted to run it on a other computer with windows XP Pro. What I did: I copied the exe, the...
Jonas
spamihilator666
Offline Send Email
May 1, 2008
3:14 pm
74
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,...
Kevin Wilson
kwilson1997
Offline Send Email
May 1, 2008
3:22 pm
75
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. ...
Jonas
spamihilator666
Offline Send Email
May 9, 2008
1:57 am
76
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...
asbaran333
Offline Send Email
Jun 30, 2008
12:51 am
77
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...
Kevin Wilson
kwilson1997
Offline Send Email
Jun 30, 2008
1:01 am
78
Thanks!...
asbaran333
Offline Send Email
Jul 11, 2008
8:55 pm
79
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,...
asbaran333
Offline Send Email
Jul 14, 2008
5:01 pm
80
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?...
Kevin Wilson
kwilson1997
Offline Send Email
Jul 14, 2008
5:02 pm
81
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...
asbaran333
Offline Send Email
Jul 26, 2008
4:14 pm
82
Daniel asked: "how do you load the 32-bit transparent PNG image. it shows as normal when loaded in a image box"...
Kevin Wilson
kwilson1997
Offline Send Email
Jul 26, 2008
4:16 pm
83
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)...
Kevin Wilson
kwilson1997
Offline Send Email
Jul 26, 2008
4:19 pm
84
What is one example of adding an image to an image list with AIL?...
aksclm
Offline Send Email
Aug 17, 2008
7:50 pm
Messages 55 - 84 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