Hello,
nearly all image-paintings don't need Freeimage.dll anymore
is it possible to update class TTitle ( image-section )
for usage without Freeimage.dll
regards
Uwe
Class TTITLE ( images ) possible without Freeimage.dll ?
Class TTITLE ( images ) possible without Freeimage.dll ?
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Class TTITLE ( images ) possible without Freeimage.dll ?
itio's possible change the METHOD LoadBitmap( cnName )ukoenig wrote:Hello,
nearly all image-paintings don't need Freeimage.dll anymore
is it possible to update class TTitle ( image-section )
for usage without Freeimage.dll
regards
Uwe
I thinkg insert
hBmp := FW_ReadImage( nil, ::cImage )[ 1 ]
instead of
hBmp = ResizeImg( cnName, ::nWidth, ::nHeight )
but I not tried
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: Class TTITLE ( images ) possible without Freeimage.dll ?
Silvio,
I thaught there would be maybe a fix in new FWH 19.05 but still needs
Freeimage.dll
If I have the time, I will have a look at the image-section.
regards
Uwe
I thaught there would be maybe a fix in new FWH 19.05 but still needs
Freeimage.dll
If I have the time, I will have a look at the image-section.
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Class TTITLE ( images ) possible without Freeimage.dll ?
I'm sorry but at the moment I have work problems: there is the closure of the school year I have to take part in the scrutinies, I have to make records at school (I work at school I am a technical teacher even if Mr. Massimo Linossi doesn't believe it - I don't interested) and also I should finish the software in which I still have serious problems not solved: I had already answered you because I saw the change in the vistamenu class and in other classes, I am convinced that navarro antonio and nages will find the right modification to do, also I would be interested not to use the freeimage
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Class TTITLE ( images ) possible without Freeimage.dll ?
Mr. Uwe,ukoenig wrote:Hello,
nearly all image-paintings don't need Freeimage.dll anymore
is it possible to update class TTitle ( image-section )
for usage without Freeimage.dll
regards
Uwe
I think even now it does not require freeimage.dll.
But this class handle only bmp files whether we have freeimage.dll or not.
I do not think we can use png,jpg files in this class even if we have freeimage.dll.
Am I wrong?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Class TTITLE ( images ) possible without Freeimage.dll ?
Mr. Rao,
there is maybe still another image-call inside my test that needs freeimage.dll
Using TTitle my idea was using maybe GDIPLUS
otherwise the wanted images must be converted to bmp
regards
Uwe
Yes I agree only bmp can be used another format is not visible.I think even now it does not require freeimage.dll.
But this class handle only bmp files whether we have freeimage.dll or not.
I do not think we can use png,jpg files in this class even if we have freeimage.dll.
there is maybe still another image-call inside my test that needs freeimage.dll
Using TTitle my idea was using maybe GDIPLUS
otherwise the wanted images must be converted to bmp
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.