Page 1 of 2
Freeimage
Posted: Tue Mar 02, 2010 10:20 pm
by Vanguarda
Hi friends,
I need create a software for manage images, so, i read some things about freeimage.dll. And, of course, i´ve many doubts about that now.
Please, anybody know what functions have in freeimage.dll?
Per example: I´ve an image, and i want change the color of a little part of this image. i can make it with freeimage?
Please, sorry my bad english.
I thank any help.
My best regards,
Re: Freeimage
Posted: Wed Mar 03, 2010 1:45 am
by Rathinagiri
This is the website of freeimage library.
http://freeimage.sourceforge.net/
Here you can have the documentation of the freeimage library. (checking the new bbcode pdf

)
Re: Freeimage
Posted: Wed Mar 03, 2010 2:19 am
by Vanguarda
Hello my fried.
At first, many thanks for your attention and help.
I´ll read this DOC.
Thanks for the info.
My best regards,
Re: Freeimage
Posted: Wed Mar 03, 2010 5:13 am
by Vanguarda
Hi friends,
Rathi, after read this amazing documentation, i begin write a small code for tests.
But, i´m don´t have any experience with freeimage and i don´t be able to make it work. The function that i have try is the "Composite". I need make a image with overlap of another image with transparecy (PNG).
I did it with ImageMagick command-line. But i don´t wanna use another executable file from my project.
In attachment i post my small code. Please, say me where is my mistake.
I thanks, again, any help.
My best regards,
Re: Freeimage
Posted: Wed Mar 03, 2010 5:15 am
by Vanguarda
rathinagiri wrote: (checking the new bbcode pdf

)
Very Useful. Thanks a lot.
With best regards,
Re: Freeimage
Posted: Wed Mar 03, 2010 4:20 pm
by Steed
Hi, Vanguarda
Did you see the Grigory's code at C:\Minigui\SAMPLES\Advanced\FreeImage in Minigui Extended?
Re: Freeimage
Posted: Wed Mar 03, 2010 4:26 pm
by Vanguarda
Hi friend,
I see the sample in c:\Minigui\Samples\Advanced\FreeImage. But, in this samples not have the use of function "Composite".
Anyway, thanks for the info, and thanks for your attention.
My best regards,
Re: Freeimage
Posted: Wed Mar 03, 2010 7:38 pm
by Vanguarda
My friends,
I try use HBFImage for create my little project. But i´ve some error when i compile it.
I´ve add "#include "FreeImage.ch"", "FI_Initialise()", and i´ve add
Hbfimage on my project with HMG-IDE, but when i will compile it i´he this error bellow.
I add FreeImage.Dll for my folder of this project.
I register the FreeImage.Dll with "RegSrv32 /c /s FreeImage.Dll"
AnyWay i don´t be able to it work with me.
Somebody help?!
TIA.
PS: Sorry my bad english.
Re: Freeimage
Posted: Thu Mar 04, 2010 5:44 am
by Alex Gustow
Rathi, thanks for "finger-pointing" to FreeImage site - it's interesting!
Re: Freeimage
Posted: Thu Mar 04, 2010 9:17 am
by gfilatov
Vanguarda wrote:My friends,
I try use HBFImage for create my little project. But i´ve some error when i compile it.
I´ve add "#include "FreeImage.ch"", "FI_Initialise()", and i´ve add
Hbfimage on my project with HMG-IDE, but when i will compile it i´he this error bellow.
I add FreeImage.Dll for my folder of this project.
I register the FreeImage.Dll with "RegSrv32 /c /s FreeImage.Dll"
AnyWay i don´t be able to it work with me.
Somebody help?!
Hello Vanguarda,
Please take a look for working sample of the usage FreeImage.dll at
viewtopic.php?f=5&t=984&start=10
I hope that helps
