by whjou
jpg2html is a series of C programs that embeds JPG imagesinto HTML. Images are comparatively highly compressed (usingRLE and BASE64) and decoded using JavaScript.
This is just a progress update. 1. Sometime back I realised that rendering of images using text is actually independent of the encoded image data (silly of me to take so logn). So there are actually two ways of rendering an image, using text (as ...
Existing jpg2html programs are modified to show its compression ratio compared to the original uncompressed image. Two new programs are added: -jpginfo will simply show the compression jpeg achieved as compared to the original incompressed ...
whjou committed patchset 12 of module jpg2html to the JPG2HTML CVS repository, changing 1 files
whjou committed patchset 11 of module jpg2html to the JPG2HTML CVS repository, changing 1 files
whjou committed patchset 10 of module jpg2html to the JPG2HTML CVS repository, changing 1 files
whjou committed patchset 9 of module jpg2html to the JPG2HTML CVS repository, changing 4 files
2002-10-26 whjou * Makefile: Modified to compile jpginfo and jpg2html5 Some minor fixes * jpg2html.c: * jpg2html2.c: * jpg2html3.c: * jpg2html4.c: Now prints compression information to STDOUT * jpginfo.c: Simple program to display compression ...
2002-10-26 whjou * Makefile: Modified to compile jpginfo and jpg2html5 Some minor fixes * jpg2html.c: * jpg2html2.c: * jpg2html3.c: * jpg2html4.c: Now prints compression information to STDOUT * jpginfo.c: Simple program to display compression ...
jpg2html is a series of programs that convert .jpg files into .html files. Release "mashi" is the initial release of this series on SourceForge, currently comprising of jpg2html, jpg2html2, jpg2html3 and jpg2html4. This is definitely not front ...
whjou committed patchset 8 of module jpg2html to the JPG2HTML CVS repository, changing 1 files
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use