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 96 - 125 of 125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
96
... This is the code you'd use to load an HDR image and resize it to 200 x 200 pixels (thumbnail size)... then convert it to an StdPicture ... Dim objAIL As...
Kevin Wilson
kwilson1997
Offline Send Email
Oct 7, 2008
5:18 pm
97
And another one! I am using a com object interop (DSOfile) in a VB.net project, and in order to extract the thumbnail property of a file, I am using another ...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 8, 2008
10:31 pm
98
cheers Kevin, that's the same code i was using, with the same results. It just retuned a messagebox with "error -" so something odd was going wrong. And thanks...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 8, 2008
10:31 pm
99
... The "Convert_PictureToBitmap" function takes an StdPicture object in VB5/VB6, and takes a System.Drawing.Image object in .NET... then converts it to a...
Kevin Wilson
kwilson1997
Offline Send Email
Oct 8, 2008
10:49 pm
100
what I needed was a "convert stdpicture to native dotnet image". The class you provided worked perfectly when i put it into my project. the thumbnail was...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 9, 2008
5:36 pm
101
... If all you need to do is convert an StdPicture object to a System.Drawing.Image object, then don't bother with AIL. It's not designed to do that, nor does...
Kevin Wilson
kwilson1997
Offline Send Email
Oct 9, 2008
5:56 pm
102
hi kevin, i got that class from the previous post, and it works perfectly in a .net 2 project. I already had a reference to stdole.dll, however it's from...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 10, 2008
8:51 pm
103
I have been musing over this one for a while, as I need to display the transparency of Targa files. A picturebox in VB.net will render a 32-bit PNG correctly...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 17, 2008
5:49 pm
104
further to this one of your previous replies has a more elegant method than the one I just posted - If you want to use the transparent PNG approach but don't...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 17, 2008
5:50 pm
105
... method ... Keep in mind that saving to a Stream object in .NET is intended for things like pushing a custom image over the internet or network via an open...
Kevin Wilson
kwilson1997
Offline Send Email
Oct 17, 2008
6:59 pm
106
Great stuff kevin, many thanks. I guess i had the wrong idea about what filestreams were there. I couldn't work out why it asked for a file location string! ...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 21, 2008
1:58 am
107
<info@...> The e-mail message could not be delivered because the user's mailfolder is full ??? Can someone send me a sample of Advanced Imagery...
dominiopt
Offline Send Email
Nov 13, 2008
3:42 pm
108
... There was a problem with how that email account was setup. It should be fixed now. Sorry about that. ... When you purchase the Advanced Imagery Library,...
Kevin Wilson
kwilson1997
Offline Send Email
Nov 13, 2008
4:17 pm
109
Hi There, I just moved over to Vista X64 edition. I have been developing utilities fine on Vista 32bit for some time now. I realise Freeimage is a 32bit dll,...
bluescreenweasel
bluescreenwe...
Offline Send Email
Dec 13, 2008
11:32 pm
110
'System.DllNotFoundException' means that it can't find FreeImage.dll. Try putting into the WINDOWS/SYSTEM32 directory. If that doesn't work, try putting it in...
Kevin Wilson
kwilson1997
Offline Send Email
Dec 13, 2008
11:34 pm
111
Hello Kevin, I already had freeimage3.dll in system32, and I tried in the release bin folder also. i'm getting the same error? the vs intermediate window...
bluescreenweasel
bluescreenwe...
Offline Send Email
Dec 22, 2008
4:14 am
112
I got it to work - The reason was the Freeimage.dll needed to be in the SysWOW64 folder, not the system32. Obviously an elementary error, but my logic was that...
bluescreenweasel
bluescreenwe...
Offline Send Email
Dec 22, 2008
4:15 am
113
Okay, I got it now, I had my directories screwed up. It should be in SysWOW64 as WOW64 is the x86 emulator. I was confused as there is still a system32...
bluescreenweasel
bluescreenwe...
Offline Send Email
Dec 22, 2008
4:16 am
114
Hi kevin, just wondered if you had seen this blog post - http://cygon.nuclex.org/2008/05/27/freeimage-3-1-0-x64/ i will see if i can get AIL working with this...
bluescreenweasel
bluescreenwe...
Offline Send Email
Jan 5, 2009
5:21 pm
115
Hello, Thanks for the heads up about the post and the efforts of the folks on this blog with FreeImage and 64-bit systems. I'll be honest, I haven't messed...
Kevin Wilson
kwilson1997
Offline Send Email
Jan 5, 2009
5:25 pm
116
Hi Kevin, I'm an Autodesk 3dsmax user but am using AIL and VB.net to write class libraries that I can use within the program (examples here - ...
bluescreenweasel
bluescreenwe...
Offline Send Email
Jan 6, 2009
9:02 pm
117
I just noticed IO_CreateThumbnail in Intellisense. It's not in the help file, so I was wondering whether there were problems with it, or was this just a...
nick_hebb
Offline Send Email
Mar 20, 2009
8:23 pm
118
Hello Nick, The AIL "IO_CreateThumbnail" is a wrapper function for the "FreeImage_MakeThumbnail" function. It was released as of v3.0.0. See the following...
Kevin Wilson
kwilson1997
Offline Send Email
Mar 20, 2009
9:06 pm
119
I forgot to mention, yes this was supposed to be included in the help file as of v3.0.0, but it was accidentally left out. - Kevin...
Kevin Wilson
kwilson1997
Offline Send Email
Mar 20, 2009
9:19 pm
120
Thanks Kevin. I already tried it out, and it worked great - in a lot less lines of code than my home grown solution, too. - Nick Hebb ...
Nick Hebb
nick_hebb
Offline Send Email
Mar 31, 2009
2:10 pm
121
Can someone point me in the right direction? I am developmenting a batch process that needs to convert TIF images to BMP format for import into Navision,...
jennifercumpian
Offline Send Email
Apr 17, 2009
2:47 am
122
I wrote the following code to go to the specified INPUT folder, search for all .TIF files, load them 1 by 1, save them to the specified OUTPUT folder as BITMAP...
Kevin Wilson
kwilson1997
Offline Send Email
Apr 17, 2009
2:51 am
123
I am writing an application using VBA. I can perform a screen capture and retrieve it from the clipboard, from within the VBA code. I now need to be able to...
gitliani
Offline Send Email
Aug 28, 2009
10:55 pm
124
Yes. There are several ways to do this. The easiest would be to just have the Advanced Imagery Library (AIL) do the screen capture for you and save it like...
kwilson1997
Offline Send Email
Aug 28, 2009
11:07 pm
125
This message is to inform everyone that there has been a new release of the "Advanced Imagery Library"... version 3.2.0. This new version has A LOT of...
kwilson1997
Offline Send Email
Nov 4, 2009
5:40 am
Messages 96 - 125 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