![]() |
Where to get help to Native jpg library by SimDesign BV
Hello.
Where can I get help for Native jpg library by SimDesign BV? ![]() I estimate that SimDesign is author of the bpl file named NativeJpgD7.bpl and NativeJpgD7.dcp which is installed on my PC. I just wanted to open JPG and to draw it to Image and realized that I don't have any help file. Do you have one? |
AW: Where to get help to Native jpg library by SimDesign BV
AFAIK, Nils Haeck, the author of that library, is out of business for quite a while due to private reasons. That means you are probably at your own with any questions.
|
AW: Where to get help to Native jpg library by SimDesign BV
According to this site it is opensource...
![]() Maybe you can find some help there... Greetings... Steku |
AW: Where to get help to Native jpg library by SimDesign BV
Zitat:
![]() but this either does not start to download or on W10 I got message that I have ad blocker on, which on Firefox should be not truth or I cannot really turn it off. And on Chrome I dont know how to do it. Would be here some good soul who would download the folder for me and zip it and upload it e.g. on Google drive? |
AW: Where to get help to Native jpg library by SimDesign BV
Then go to the parent directory:
![]() Have much fun! |
AW: Where to get help to Native jpg library by SimDesign BV
Zitat:
To me it seems like the library requires NativeJpg133\simlib\nativejpg\demos\viewer32\Nativ eJpg32.pas In this file I see some pre made classes with comments:
Code:
Plus, in file simlib\bitmap\sdBitmapResize.pas some useful resize function.
// Use Performance to set the performance of the jpeg image when reading, that is,
// for decompressing files. This property is not used for writing out files. // With jpBestSpeed, the DCT decompressing process uses a faster but less accurate method. // When loading half, quarter or 1/8 size, this performance setting is not used. TsdJpegPerformance = ( jpBestQuality, jpBestSpeed ); // TsdJpegGraphic32 is a Delphi class, which can be used // to load Jpeg files into TBitmap32. It relays the Jpeg functionality in the non-Windows // TsdJpegImage class to this TBitmap32 component. File NativeJpg133\simlib\nativejpg\demos\viewer32\viewe r32Main.pas seems to include all interesting edit functions like rotation and/or brightness/contract correction. Very useful. |
AW: Where to get help to Native jpg library by SimDesign BV
Zitat:
|
AW: Where to get help to Native jpg library by SimDesign BV
Zitat:
|
AW: Where to get help to Native jpg library by SimDesign BV
I have problem to compile the package. It requires visualclx - but I have Delphi 7 installed - should not be problem to find it. What can I do?
|
AW: Where to get help to Native jpg library by SimDesign BV
Code:
Try this. But actually "VisualCLX" is a basic package within Delphi 7.
package NativeJpgD7;
{$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'NativeJpg - by SimDesign BV'} {$IMPLICITBUILD ON} requires rtl, vcl, // visualclx, vcljpg; contains NativeJpg in '..\NativeJpg.pas', sdJpegBitstream in '..\sdJpegBitstream.pas', sdJpegDCT in '..\sdJpegDCT.pas', sdJpegCoder in '..\sdJpegCoder.pas', sdJpegHuffman in '..\sdJpegHuffman.pas', sdJpegLossless in '..\sdJpegLossless.pas', sdJpegMarkers in '..\sdJpegMarkers.pas', sdJpegTypes in '..\sdJpegTypes.pas', sdFileList in '..\..\disk\sdFileList.pas', sdSortedLists in '..\..\general\sdSortedLists.pas', sdBitmapResize in '..\..\bitmap\sdBitmapResize.pas', sdMapIterator in '..\..\bitmap\sdMapIterator.pas', sdColorTransforms in '..\..\color\sdColorTransforms.pas', sdVirtualScrollbox in '..\..\virtualscrollbox\sdVirtualScrollbox.pas', sdDebug in '..\..\general\sdDebug.pas', sdJpegImage in '..\sdJpegImage.pas', sdBitmapConversionWin in '..\..\bitmap\sdBitmapConversionWin.pas', sdGraphicTypes in '..\..\bitmap\sdGraphicTypes.pas', sdStreams in '..\..\general\sdStreams.pas'; end. The more smart way for you would be to register to Embarcadero and obtain a one year free license for the ![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:08 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz