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 73 - 102 of 125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
85
In what language? VB5 / VB6, or VB.NET 2003, or VB.NET 2005? - Kevin...
Kevin Wilson
kwilson1997
Online Now Send Email
Aug 17, 2008
7:51 pm
86
... Wow... I guess it would be hard to help without any information! I'm using VB6. Sorry!...
aksclm
Offline Send Email
Aug 20, 2008
12:48 am
87
Dim objAIL As cAdvancedImagery Dim hIMG As Long Dim objIMG As StdPicture ' Show the form Me.Visible = True DoEvents ' Initialize the AIL library Set objAIL =...
Kevin Wilson
kwilson1997
Online Now Send Email
Aug 20, 2008
12:58 am
88
Hi Kevin, Is there any way provide RPF file access in AIL?...
bluescreenweasel
bluescreenwe...
Offline Send Email
Sep 12, 2008
7:18 am
89
My understanding is RPF files are "AutoCAD Raster-pattern Fill Definition" files... and that's beyond the scope of both FreeImage and the Advanced Imagery...
Kevin Wilson
kwilson1997
Online Now Send Email
Sep 12, 2008
7:20 am
90
They are used in programs like 3dsmax in the 3d industry for compositing as you can add extra channels for data like velocity, zdepth and material ids. cheers...
bluescreenweasel
bluescreenwe...
Offline Send Email
Sep 12, 2008
4:45 pm
91
Hey folks, just started using the metadata_set_iptc method and the iptc data isn't being written to the .jpg image, even though everything seems to work. I'm...
wketch53
Offline Send Email
Sep 16, 2008
3:59 pm
92
I got it to work no problem. Here's what I did: 1) Downloaded and installed the latest version of REALbasic (v2008r3.1) 2) Started a new Windows Program 3)...
Kevin Wilson
kwilson1997
Online Now Send Email
Sep 16, 2008
5:50 pm
93
hi, i am using the resize function to make thumbnails of various filetypes, and this works for all types except high dynamic range .HDR files. Is it something...
bluescreenweasel
bluescreenwe...
Offline Send Email
Sep 17, 2008
11:26 pm
94
the images i downloaded were from http://www.debevec.org/probes/ and they don't open in the pictureit utility either. i have tried a hdr from another source...
bluescreenweasel
bluescreenwe...
Offline Send Email
Sep 17, 2008
11:27 pm
95
Has anyone managed to open a HDR with freeimage yet? Also, has anyone got any tips on the fastest methods of returning thumbnails using AIL?...
bluescreenweasel
bluescreenwe...
Offline Send Email
Oct 7, 2008
3:56 pm
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
Online Now 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
Online Now 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
Online Now 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
Messages 73 - 102 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