SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
2016. 08. 14. Torry's Delphi Pages
http://torry.net/authorsmore.php?id=1322 1/7
(/)
Summary
13.08.2016
4 723
10 429
13 048
Last 30 days
updates
2
2
14
3
2
3
Do you like Torry's Delphi Pages?
You can support it by donation at
your choice by button below.
Thank you!
Torry's TOP
Last
modi箲箹ed:
Authors total:
Products
total:
Files total:
Applications
(news.php?
id=5):
Code Samples
(news.php?
id=4):
Components
(news.php?
id=26):
.NET
(news.php?
id=169):
Tools
(news.php?
id=51):
DB Tools
(news.php?
id=262):
Home (/) Catalog Discounts (/discounts.php)
News (/news.php?id=5) Uploads (/upload1.php)
Forum (/forum/) Articles (/articles.php)
Sponsors (/sponsors.php)
Endre I. Simay
Send e-mail to this Author (smail.php?id=1322)
Author Products
Total 6 products
ImageCompress v.1.1
Kylix > Applications > Graphics (pages.php?id=731)
Description
A simple application using TUniBitmap for compressing
images useable for Kylix to BLZ format. So, you could use
these images as compressed one readable with TUniBitmap
both from resources and from 箲箹les. The new version
contains support for more BMP-variants including RLE4 and
RLE8 compressed ones (.rle), because of they are not
supported by Kylix, but reading them could freeze the
applications in some cases. Some other bugs also are
corrected.
Informations
Status: Fully functional
Source: None
Size: 219kB
Platforms: KLX1 (Kylix 1)
By Endre I. Simay
(authorsmore.php?
id=1322).
Freeware 31 Oct 2001
Download (/kylix/apps/graphics/bmppress.zip)
2016. 08. 14. Torry's Delphi Pages
http://torry.net/authorsmore.php?id=1322 2/7
Torry's TOP
Advertisers
(http://www.fast-report.com)
(https://top10geeks.com/)
(http://www.devart.com)
(http://www.rosinsky.cz/delphi/)
(http://www.abaecker.biz)
(http://www.trophies-
assessment.com)
TBitmapX v.1.1
Kylix > Components > Graphics (pages.php?id=715)
Description
Kylix might be freeze by using RLE-compressed bitmaps with
BMP extension saved under Windows. So, the TBitmapX will
need to correct this problem by serving a hard-decoder for
these. TBitmapX also could decode pf15bit Bitmaps as well
as the wrong format ones saved by my Delphi 5 used in
VMware box under SuSE 7.3. The code was more intensively
tested under Kylix 2, but probably portable into Delphi 6,
too.
The revised v1.1 of the code is corrected for eliminating a
potential memory-leak caused by lacking try-箲箹nally blocks
and now are used ReadBu孚�er and WriteBu孚�er instead of
Read and Write respectively for handling streamed data.
Informations
Status: Fully functional
Source: Included
Size: 2kB
Platforms: KLX1 (Kylix 1), KLX2 (Kylix 2)
TColorBevel
Kylix > Components > Interface (pages.php?id=695)
Description
More Extended TBevel Component for Kylix to color the
bevels.
Probably also work with Delphi 6, and using this component
the application could have custom colored bevels or one of
the colors prede箲箹ned.
Informations
By Endre I. Simay
(authorsmore.php?
id=1322).
Freeware + source 11 Dec 2001
Download (/kylix/clx/graphics/bitmapx.zip)
By Endre I. Simay
(authorsmore.php?
id=1322).
Freeware + source 22 Aug 2001
2016. 08. 14. Torry's Delphi Pages
http://torry.net/authorsmore.php?id=1322 3/7
Informations
Status: Fully functional
Source: Included
Size: 1kB
Platforms: KLX1 (Kylix 1)
TDrawedButton, TNArrowButton, TCaroButton
v.2.0
Components > Buttons and Check Boxes > Packs
(pages.php?id=493)
Description
TDrawedButton component is a "Blank" component de箲箹ned
for buttons which have di孚�erent active shape like triangular
or card 箲箹gure caro. TNArrowButton component will give a
triangle button and TCaroButton will give a button which has
similar active shape to card 箲箹gure caro.
Informations
Status: Fully functional
Source: Included
Exe demo: included
Size: 168kB
Platforms: CB1 (C++ Builder 1), CB3 (C++ Builder 3), D1
(Delphi 1), D2 (Delphi 2), D3 (Delphi 3), D4 (Delphi 4)
TUniBitmap v.2.02
Components > Graphics > Bitmap Images (pages.php?
id=101)
Download (/kylix/clx/interface/sclrrgrp.zip)
By Endre I. Simay
(authorsmore.php?
id=1322).
Freeware + source 27 Jul 1998
Download (/vcl/buttons/packs/drwnbttn.zip)
2016. 08. 14. Torry's Delphi Pages
http://torry.net/authorsmore.php?id=1322 4/7
Description
TUniBitmap is a Bitmap component created according to
Herbert J. Beemster's free TLZRBitmap at 箲箹rst and there is
implementing the capability of reading bitmap from
resources linked into .EXE for 16 bit, too. This is according to
Borland's code from D3. Another capability read bitmap
direct from a TPicture, TIcon and HIcon, TBitmap and
HBitmap and TMeta箲箹le. The Unibitmap component now is
creatable direct from TStream and File giving FileName as
String. Some Delphi.TBitmap's procedure are also
implementing to function for serve a Delphi TBitmap. Two
other component is supplemented to read ZSoft's PCX and
static GIF (or the 1st frame of animated one). A 32 bit version
of updated imageCompress program is also included, which
can read *.bmp, *.dib, *.gif, *.ico, *.wmf, *.blz, *.jpg, *.pcx,
*.clp, and *.lbm images and convert them to two way
compressed BLZ-箲箹le compressing the full image or only the
palette and pixel data.
Informations
Status: Fully functional
Source: Included
Exe demo: included
Size: 346kB
Platforms: CB1 (C++ Builder 1), CB3 (C++ Builder 3), CB5
(C++ Builder 5), CB6 (C++ Builder 6), D1 (Delphi 1), D3 (Delphi
3), D4 (Delphi 4), D5 (Delphi 5), D6 (Delphi 6)
TUniBitmap v.1.0
Kylix > Components > Graphics (pages.php?id=715)
Description
By Endre I. Simay
(authorsmore.php?
id=1322).
Freeware + source 08 Jul 2002
Download (/vcl/graphics/bitmap/sunibmp.zip)
By Endre I. Simay
(authorsmore.php?
id=1322).
Freeware + source 22 Aug 2001
2016. 08. 14. Torry's Delphi Pages
http://torry.net/authorsmore.php?id=1322 5/7
Extended TBitmap object for Kylix CLX. XUniBMP Unit was
made according to UniBmp developed for Delphi (16 and 32
bit) earlier and it was based on Herbert J.Beemster's
UBitmap one with Kurt Haenen's LZRW1KH unit. Kurt
Haenen's LZRW1KH Unit was modi箲箹ed for Kylix, too, and
that is presented as Lzrw1khx.pas. There is overriding of its
LZRWIdenti箲箹er constant will serve a "LZRW" identi箲箹er in the
compressed 箲箹le instead of "WRZL". Another suggestion is
the ".BLZ" extension for the compressed bitmap 箲箹les,
because of this unit can compress bitmaps with
BitmapHeader structures like the standard Windows' DIBs.
Classes2 Unit is not needed for Loading Compressed
Bitmaps from Resource's RCDATA, beacuse it was developed
for 16 bit Delphi earlier and those methods are
implemented in Kylix by Borland. On other hand the Unit
contains TUniBitmap as name of modi箲箹ed TBitmap. So, the
Delphi-source shouldn't modi箲箹ed. It was implemented for
Kylix, but probably work for Delphi 6, too.
Informations
Status: Fully functional
Source: Included
Size: 18kB
Platforms: KLX1 (Kylix 1)
News from our Sponsors
Download (/kylix/clx/graphics/xunibmp.zip)
Complete solution for using Bluetooth, IrDA,

Más contenido relacionado

Destacado

Proyecto Original
Proyecto OriginalProyecto Original
Proyecto Originalyesidbb
 
Manual geral zelio 2_pt.pdf
Manual geral zelio 2_pt.pdfManual geral zelio 2_pt.pdf
Manual geral zelio 2_pt.pdfFernando Silva
 
Diseño y montaje de sistemas de energia solar
Diseño y montaje de sistemas de energia solarDiseño y montaje de sistemas de energia solar
Diseño y montaje de sistemas de energia solaraliloinomedle
 
Slideshare.Com Powerpoint
Slideshare.Com PowerpointSlideshare.Com Powerpoint
Slideshare.Com Powerpointguested929b
 

Destacado (8)

Tutorial zelio logic
Tutorial zelio logicTutorial zelio logic
Tutorial zelio logic
 
Proyecto Original
Proyecto OriginalProyecto Original
Proyecto Original
 
Manual Zelio logic
Manual Zelio logicManual Zelio logic
Manual Zelio logic
 
Manual geral zelio 2_pt.pdf
Manual geral zelio 2_pt.pdfManual geral zelio 2_pt.pdf
Manual geral zelio 2_pt.pdf
 
Diseño y montaje de sistemas de energia solar
Diseño y montaje de sistemas de energia solarDiseño y montaje de sistemas de energia solar
Diseño y montaje de sistemas de energia solar
 
Zelio logic 2_quick_ start
Zelio logic 2_quick_ startZelio logic 2_quick_ start
Zelio logic 2_quick_ start
 
Slideshare.Com Powerpoint
Slideshare.Com PowerpointSlideshare.Com Powerpoint
Slideshare.Com Powerpoint
 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not Apps
 

Similar a Torry's Delphi Pages

generate IP CORES
generate IP CORESgenerate IP CORES
generate IP CORESguest296013
 
Open frameworks 101_fitc
Open frameworks 101_fitcOpen frameworks 101_fitc
Open frameworks 101_fitcbenDesigning
 
Hacking the Kinect with GAFFTA Day 1
Hacking the Kinect with GAFFTA Day 1Hacking the Kinect with GAFFTA Day 1
Hacking the Kinect with GAFFTA Day 1benDesigning
 
C# Production Debugging Made Easy
 C# Production Debugging Made Easy C# Production Debugging Made Easy
C# Production Debugging Made EasyAlon Fliess
 
Build process in ST Visual Develop
Build process in ST Visual DevelopBuild process in ST Visual Develop
Build process in ST Visual DevelopGourav Kumar
 
L&G EI_Release Proc
L&G EI_Release ProcL&G EI_Release Proc
L&G EI_Release ProcPaul Rouse
 
Arduino LED maXbox starter18_3
Arduino LED maXbox starter18_3Arduino LED maXbox starter18_3
Arduino LED maXbox starter18_3Max Kleiner
 
BeagleBone Black: Platform Bring-Up with Upstream Components
BeagleBone Black: Platform Bring-Up with Upstream ComponentsBeagleBone Black: Platform Bring-Up with Upstream Components
BeagleBone Black: Platform Bring-Up with Upstream ComponentsGlobalLogic Ukraine
 
Tibet 5.0 / CouchDB
Tibet 5.0 / CouchDBTibet 5.0 / CouchDB
Tibet 5.0 / CouchDBbedney
 
HKG15-902: Upstreaming 201
HKG15-902: Upstreaming 201HKG15-902: Upstreaming 201
HKG15-902: Upstreaming 201Linaro
 
Siebel Power Tools_User Guide_V0.1
Siebel Power Tools_User Guide_V0.1Siebel Power Tools_User Guide_V0.1
Siebel Power Tools_User Guide_V0.1Navin Raja
 
Chenli linux-kerne-community
Chenli linux-kerne-communityChenli linux-kerne-community
Chenli linux-kerne-community力 陈
 
Hardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopHardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopSlawomir Jasek
 
Purdue CS354 Operating Systems 2008
Purdue CS354 Operating Systems 2008Purdue CS354 Operating Systems 2008
Purdue CS354 Operating Systems 2008guestd9065
 
LCU14 114- Upstreaming 201
LCU14 114- Upstreaming 201LCU14 114- Upstreaming 201
LCU14 114- Upstreaming 201Linaro
 

Similar a Torry's Delphi Pages (20)

generate IP CORES
generate IP CORESgenerate IP CORES
generate IP CORES
 
Open frameworks 101_fitc
Open frameworks 101_fitcOpen frameworks 101_fitc
Open frameworks 101_fitc
 
Hacking the Kinect with GAFFTA Day 1
Hacking the Kinect with GAFFTA Day 1Hacking the Kinect with GAFFTA Day 1
Hacking the Kinect with GAFFTA Day 1
 
C# Production Debugging Made Easy
 C# Production Debugging Made Easy C# Production Debugging Made Easy
C# Production Debugging Made Easy
 
Build process in ST Visual Develop
Build process in ST Visual DevelopBuild process in ST Visual Develop
Build process in ST Visual Develop
 
L&G EI_Release Proc
L&G EI_Release ProcL&G EI_Release Proc
L&G EI_Release Proc
 
Dsplab v1
Dsplab v1Dsplab v1
Dsplab v1
 
Arduino LED maXbox starter18_3
Arduino LED maXbox starter18_3Arduino LED maXbox starter18_3
Arduino LED maXbox starter18_3
 
BeagleBone Black: Platform Bring-Up with Upstream Components
BeagleBone Black: Platform Bring-Up with Upstream ComponentsBeagleBone Black: Platform Bring-Up with Upstream Components
BeagleBone Black: Platform Bring-Up with Upstream Components
 
Tibet 5.0 / CouchDB
Tibet 5.0 / CouchDBTibet 5.0 / CouchDB
Tibet 5.0 / CouchDB
 
Verilog tutorial
Verilog tutorialVerilog tutorial
Verilog tutorial
 
Verilog tutorial
Verilog tutorialVerilog tutorial
Verilog tutorial
 
HKG15-902: Upstreaming 201
HKG15-902: Upstreaming 201HKG15-902: Upstreaming 201
HKG15-902: Upstreaming 201
 
Siebel Power Tools_User Guide_V0.1
Siebel Power Tools_User Guide_V0.1Siebel Power Tools_User Guide_V0.1
Siebel Power Tools_User Guide_V0.1
 
Chenli linux-kerne-community
Chenli linux-kerne-communityChenli linux-kerne-community
Chenli linux-kerne-community
 
Hardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopHardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshop
 
Purdue CS354 Operating Systems 2008
Purdue CS354 Operating Systems 2008Purdue CS354 Operating Systems 2008
Purdue CS354 Operating Systems 2008
 
LCU14 114- Upstreaming 201
LCU14 114- Upstreaming 201LCU14 114- Upstreaming 201
LCU14 114- Upstreaming 201
 
Fedora15 lovelock-pres
Fedora15 lovelock-presFedora15 lovelock-pres
Fedora15 lovelock-pres
 
Session 1 - c++ intro
Session   1 - c++ introSession   1 - c++ intro
Session 1 - c++ intro
 

Torry's Delphi Pages

  • 1. 2016. 08. 14. Torry's Delphi Pages http://torry.net/authorsmore.php?id=1322 1/7 (/) Summary 13.08.2016 4 723 10 429 13 048 Last 30 days updates 2 2 14 3 2 3 Do you like Torry's Delphi Pages? You can support it by donation at your choice by button below. Thank you! Torry's TOP Last modi箲箹ed: Authors total: Products total: Files total: Applications (news.php? id=5): Code Samples (news.php? id=4): Components (news.php? id=26): .NET (news.php? id=169): Tools (news.php? id=51): DB Tools (news.php? id=262): Home (/) Catalog Discounts (/discounts.php) News (/news.php?id=5) Uploads (/upload1.php) Forum (/forum/) Articles (/articles.php) Sponsors (/sponsors.php) Endre I. Simay Send e-mail to this Author (smail.php?id=1322) Author Products Total 6 products ImageCompress v.1.1 Kylix > Applications > Graphics (pages.php?id=731) Description A simple application using TUniBitmap for compressing images useable for Kylix to BLZ format. So, you could use these images as compressed one readable with TUniBitmap both from resources and from 箲箹les. The new version contains support for more BMP-variants including RLE4 and RLE8 compressed ones (.rle), because of they are not supported by Kylix, but reading them could freeze the applications in some cases. Some other bugs also are corrected. Informations Status: Fully functional Source: None Size: 219kB Platforms: KLX1 (Kylix 1) By Endre I. Simay (authorsmore.php? id=1322). Freeware 31 Oct 2001 Download (/kylix/apps/graphics/bmppress.zip)
  • 2. 2016. 08. 14. Torry's Delphi Pages http://torry.net/authorsmore.php?id=1322 2/7 Torry's TOP Advertisers (http://www.fast-report.com) (https://top10geeks.com/) (http://www.devart.com) (http://www.rosinsky.cz/delphi/) (http://www.abaecker.biz) (http://www.trophies- assessment.com) TBitmapX v.1.1 Kylix > Components > Graphics (pages.php?id=715) Description Kylix might be freeze by using RLE-compressed bitmaps with BMP extension saved under Windows. So, the TBitmapX will need to correct this problem by serving a hard-decoder for these. TBitmapX also could decode pf15bit Bitmaps as well as the wrong format ones saved by my Delphi 5 used in VMware box under SuSE 7.3. The code was more intensively tested under Kylix 2, but probably portable into Delphi 6, too. The revised v1.1 of the code is corrected for eliminating a potential memory-leak caused by lacking try-箲箹nally blocks and now are used ReadBu孚�er and WriteBu孚�er instead of Read and Write respectively for handling streamed data. Informations Status: Fully functional Source: Included Size: 2kB Platforms: KLX1 (Kylix 1), KLX2 (Kylix 2) TColorBevel Kylix > Components > Interface (pages.php?id=695) Description More Extended TBevel Component for Kylix to color the bevels. Probably also work with Delphi 6, and using this component the application could have custom colored bevels or one of the colors prede箲箹ned. Informations By Endre I. Simay (authorsmore.php? id=1322). Freeware + source 11 Dec 2001 Download (/kylix/clx/graphics/bitmapx.zip) By Endre I. Simay (authorsmore.php? id=1322). Freeware + source 22 Aug 2001
  • 3. 2016. 08. 14. Torry's Delphi Pages http://torry.net/authorsmore.php?id=1322 3/7 Informations Status: Fully functional Source: Included Size: 1kB Platforms: KLX1 (Kylix 1) TDrawedButton, TNArrowButton, TCaroButton v.2.0 Components > Buttons and Check Boxes > Packs (pages.php?id=493) Description TDrawedButton component is a "Blank" component de箲箹ned for buttons which have di孚�erent active shape like triangular or card 箲箹gure caro. TNArrowButton component will give a triangle button and TCaroButton will give a button which has similar active shape to card 箲箹gure caro. Informations Status: Fully functional Source: Included Exe demo: included Size: 168kB Platforms: CB1 (C++ Builder 1), CB3 (C++ Builder 3), D1 (Delphi 1), D2 (Delphi 2), D3 (Delphi 3), D4 (Delphi 4) TUniBitmap v.2.02 Components > Graphics > Bitmap Images (pages.php? id=101) Download (/kylix/clx/interface/sclrrgrp.zip) By Endre I. Simay (authorsmore.php? id=1322). Freeware + source 27 Jul 1998 Download (/vcl/buttons/packs/drwnbttn.zip)
  • 4. 2016. 08. 14. Torry's Delphi Pages http://torry.net/authorsmore.php?id=1322 4/7 Description TUniBitmap is a Bitmap component created according to Herbert J. Beemster's free TLZRBitmap at 箲箹rst and there is implementing the capability of reading bitmap from resources linked into .EXE for 16 bit, too. This is according to Borland's code from D3. Another capability read bitmap direct from a TPicture, TIcon and HIcon, TBitmap and HBitmap and TMeta箲箹le. The Unibitmap component now is creatable direct from TStream and File giving FileName as String. Some Delphi.TBitmap's procedure are also implementing to function for serve a Delphi TBitmap. Two other component is supplemented to read ZSoft's PCX and static GIF (or the 1st frame of animated one). A 32 bit version of updated imageCompress program is also included, which can read *.bmp, *.dib, *.gif, *.ico, *.wmf, *.blz, *.jpg, *.pcx, *.clp, and *.lbm images and convert them to two way compressed BLZ-箲箹le compressing the full image or only the palette and pixel data. Informations Status: Fully functional Source: Included Exe demo: included Size: 346kB Platforms: CB1 (C++ Builder 1), CB3 (C++ Builder 3), CB5 (C++ Builder 5), CB6 (C++ Builder 6), D1 (Delphi 1), D3 (Delphi 3), D4 (Delphi 4), D5 (Delphi 5), D6 (Delphi 6) TUniBitmap v.1.0 Kylix > Components > Graphics (pages.php?id=715) Description By Endre I. Simay (authorsmore.php? id=1322). Freeware + source 08 Jul 2002 Download (/vcl/graphics/bitmap/sunibmp.zip) By Endre I. Simay (authorsmore.php? id=1322). Freeware + source 22 Aug 2001
  • 5. 2016. 08. 14. Torry's Delphi Pages http://torry.net/authorsmore.php?id=1322 5/7 Extended TBitmap object for Kylix CLX. XUniBMP Unit was made according to UniBmp developed for Delphi (16 and 32 bit) earlier and it was based on Herbert J.Beemster's UBitmap one with Kurt Haenen's LZRW1KH unit. Kurt Haenen's LZRW1KH Unit was modi箲箹ed for Kylix, too, and that is presented as Lzrw1khx.pas. There is overriding of its LZRWIdenti箲箹er constant will serve a "LZRW" identi箲箹er in the compressed 箲箹le instead of "WRZL". Another suggestion is the ".BLZ" extension for the compressed bitmap 箲箹les, because of this unit can compress bitmaps with BitmapHeader structures like the standard Windows' DIBs. Classes2 Unit is not needed for Loading Compressed Bitmaps from Resource's RCDATA, beacuse it was developed for 16 bit Delphi earlier and those methods are implemented in Kylix by Borland. On other hand the Unit contains TUniBitmap as name of modi箲箹ed TBitmap. So, the Delphi-source shouldn't modi箲箹ed. It was implemented for Kylix, but probably work for Delphi 6, too. Informations Status: Fully functional Source: Included Size: 18kB Platforms: KLX1 (Kylix 1) News from our Sponsors Download (/kylix/clx/graphics/xunibmp.zip) Complete solution for using Bluetooth, IrDA,