Delphi and Kylix

Moderators: pritaeas
Number of threads: 7244
Number of posts: 19051

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
How to compress bmps in a table? Posted by mbr on 17 May 2004 at 2:27 PM
Hi. I have lots of bitmaps stored in a table. It is now more than 150MB. Id like to see it compressed inside a BLOB. What way can I do it? Compression must be lossless!
Report
Re: How to compress bmps in a table? Posted by greatsoft on 17 May 2004 at 2:30 PM
: Hi. I have lots of bitmaps stored in a table. It is now more than 150MB. Id like to see it compressed inside a BLOB. What way can I do it? Compression must be lossless!
:

As there are lots of ways one can do it, I suppose you want to achieve this goal the easiest way, right? :) Well, you can
1. Use rar/zip or smth alike to zip first and then fetch into a BLOB.
2. Better way is to use Easy Compression Library from ComponentAce.com. It supports TStream and lots of adjustments.
3. Yet the best way is to leave the work to DB itself. There is a good goodie from same ComponentAce called Absolute Database. Compression of a BLOB is supported by this engine as well as many other features. I myself use it.

Report
Re: How to compress bmps in a table? Posted by antor54 on 17 May 2004 at 2:33 PM
: : Hi. I have lots of bitmaps stored in a table. It is now more than 150MB. Id like to see it compressed inside a BLOB. What way can I do it? Compression must be lossless!
: :
:
: As there are lots of ways one can do it, I suppose you want to achieve this goal the easiest way, right? :) Well, you can
: 1. Use rar/zip or smth alike to zip first and then fetch into a BLOB.
: 2. Better way is to use Easy Compression Library from ComponentAce.com. It supports TStream and lots of adjustments.
: 3. Yet the best way is to leave the work to DB itself. There is a good goodie from same ComponentAce called Absolute Database. Compression of a BLOB is supported by this engine as well as many other features. I myself use it.
:
:

Using rar or zip is hemorrhoidal way, believe me.
Report
Re: How to compress bmps in a table? Posted by blackdog on 17 May 2004 at 2:35 PM
: : : Hi. I have lots of bitmaps stored in a table. It is now more than 150MB. Id like to see it compressed inside a BLOB. What way can I do it? Compression must be lossless!
: : :
: :
: : As there are lots of ways one can do it, I suppose you want to achieve this goal the easiest way, right? :) Well, you can
: : 1. Use rar/zip or smth alike to zip first and then fetch into a BLOB.
: : 2. Better way is to use Easy Compression Library from ComponentAce.com. It supports TStream and lots of adjustments.
: : 3. Yet the best way is to leave the work to DB itself. There is a good goodie from same ComponentAce called Absolute Database. Compression of a BLOB is supported by this engine as well as many other features. I myself use it.
: :
: :
:
: Using rar or zip is hemorrhoidal way, believe me.
:

Absolute Database rules. Very handy component.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.