Re: JPEG File Compression
- From: "mayayana" <mayaXXyana@xxxxxxxxx>
- Date: Tue, 16 Jun 2009 09:16:17 -0400
There's pure VB code here:
http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=50065&ln
gWId=1
Two problems, though: When I tried it the code
seemed to be quite slow. Also, the author has
included an absurd, "blowhard" license that
claims you have no right to use the code for anything
commercial without permission, and that all uses
require a vanity acknowledgement of the author.
There are also a number of compiled options. There's
ImageMagick, open source, but from what I've
seen it seems to be wildly bloated, and it no longer
supports Win9x. It's probably only relevant if you
wanted to recompile only the JPG code (C++). There's
also an Intel DLL somewhere,
but that had slight license restrictions and I think they
discontinued it.
Several years ago I went looking and
tried a half dozen or so options. I ended up with
something called nviewlib.dll. It works well and is one
of the smallest DLLs I found. The DLL has a Borland
icon, so it may just be a wrapper for Delphi JPG
handling. I don't know. But I've had good luck with it.
(The license is "postcardware" but the email address
seems to be long-since inactive.)
There's also what seems to be a similar thing from
Jerry French, who used to frequent this group:
http://www.jerryfrench.co.uk/pictojpg.htm
It comes with Delphi source code, and Jerry always
had very dependable info. in his posts here, so I'd be
inclined to trust whatever he wrote.
Does anyone have any idea of compressing .jpg files in VB6 on WinXP
Thanks
Dave
.
- References:
- JPEG File Compression
- From: kiwi
- JPEG File Compression
- Prev by Date: Re: Download multiple files concurrently using WinHttpRequest
- Next by Date: Re: When the compiler freezes.... what is the rescue?
- Previous by thread: Re: JPEG File Compression
- Next by thread: Re: JPEG File Compression
- Index(es):
Relevant Pages
|