jpg2html is a series of C programs that embeds JPG imagesinto HTML. Images are comparatively highly compressed (usingRLE and BASE64) and decoded using JavaScript.


http://home.pacific.net.sg/~jnz/jpg2html/





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of JPG2HTML. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Progress Update

    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 implemented in jpg2html) and using HTML tables (as implemented in jpg2html2, jpg2html3, jpg2html4 & jpg2html5). So I am restructuring the codes to separate encoding and rendering. 2. Rendered image for all versions may slightly decrease in size, especially for those images that has a large patch of identical colours. This colour will be set as default so that less colour-changing codes will be generated. 3. The various versions of jpg2html are going become different functions in a library to simplify embedding into other software, in case any one is interested. 4. I may extend jpg2html to handle two-colour bitmaps too. Yes William, this is for you. I'm sorry that it has taken a while, and even sorrier that it will take a while more. 5. Happy belated National Day to Singapore (She was 38 years old on 9th August 2003 (So as a result we have a couple of 38% discount sales, Starbucks coffee at $3.80 etc. (can't wait for her to be 100 years old, then would we have 100% discount sales? :)))).

    posted by whjou 2281 days ago

  • jpg2html release "miffy" (stable) available

    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 image. -jpg2html5 builds on jpg2html4 but removes the separator necessary to distinguish between the encoded colour value and the run length in jpg2html4. This is done by encoding the run length in base 16 using an alternative, non-overlapping character set. As for miffy, miffy is one cute bunny created by Dick Bruna' and the test image for this release.

    posted by whjou 2570 days ago

  • File released: /jpg2html/miffy/jpg2html-miffy.src.tar.bz2

    posted 2570 days ago

  • File released: /jpg2html/miffy/jpg2html-miffy.bin.tar.bz2

    posted 2570 days ago

  • Code committed

    whjou committed patchset 12 of module jpg2html to the JPG2HTML CVS repository, changing 1 files

    posted by whjou 2570 days ago

  • Code committed

    whjou committed patchset 11 of module jpg2html to the JPG2HTML CVS repository, changing 1 files

    posted by whjou 2570 days ago

  • Code committed

    whjou committed patchset 10 of module jpg2html to the JPG2HTML CVS repository, changing 1 files

    posted by whjou 2570 days ago

  • Code committed

    whjou committed patchset 9 of module jpg2html to the JPG2HTML CVS repository, changing 4 files

    posted by whjou 2570 days ago

  • jpg2html miffy file released: jpg2html-miffy.bin.tar.bz2

    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 information of original image versus jpeg image. * jpg2html5.c: jpg2html5 does what jpg2html4 does and additionally, encodes the run length count into a different set of characters so that the separator token "=" can be eliminated.

    posted 2571 days ago

  • jpg2html miffy file released: jpg2html-miffy.src.tar.bz2

    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 information of original image versus jpeg image. * jpg2html5.c: jpg2html5 does what jpg2html4 does and additionally, encodes the run length count into a different set of characters so that the separator token "=" can be eliminated.

    posted 2571 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

JPG2HTML Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review