fmII
Tue, May 13th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 11:52 PDT
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 ImageInfo - Default branch
Section: Unix

 

Added: Tue, Jan 22nd 2002 08:01 PDT (6 years, 3 months ago) Updated: Sun, Nov 12th 2006 21:02 PDT (1 year, 6 months ago)


About:
Imageinfo is a single Java class that examines InputStream and RandomAccessFile objects. It checks whether the stream/file is in one of the supported image file formats and determines image width, height, and color depth. ImageInfo does not depend on the AWT or additional libraries.

Author:
Marco Schmidt [contact developer]

Rating:
8.86/10.00 (10 votes)

Homepage:
http://schmidt.devlib.org/image-info/index.html
Zip:
http://schmidt.devlib.org/image-info/imageinfo.zip

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Console (Text Based)
[Intended Audience]  Developers
[License]  Public Domain
[Operating System]  OS Independent
[Programming Language]  Java
[Topic]  Multimedia :: Graphics, Utilities

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Marco Schmidt (Owner)

» Rating: 8.86/10.00 (Rank N/A)
» Vitality: 0.01% (Rank 4827)
» Popularity: 1.06% (Rank 5337)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 10,012
   URL hits: 2,532
   Subscribers: 33

Other projects from the same categories:
hdump
GlideControl
twinpipe
Python Cyrus Utils
Dozer

Users who subscribed to this project also subscribed to:
Custom Shoutcast Multi Server Listener Status
Mobile IMAP Reader
Lucid Fried Eggs
OpenWebMail
quickmail.php


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.9 12-Nov-2006 Public Domain Homepage Zip

 Comments

[»] Can't get it to work with GIF Files
by tjhsiao - May 12th 2006 16:38:36

Very happy with JPG (BMP and PNG) files. Can't seem to work/recognize GIF files. Any idea? Thanks.

[reply] [top]


[»] add some package and fixing Boolean.toString
by victor - May 26th 2004 21:21:26

fyi : these were two modifications I had to change
to perform in order for jsp using ImageInfo to compile.

1. add some package - arguable
2. replace Boolean.toString()

1d0
< package net.freshmeat;
1071c1070
< printLine(1, "Progressive: ", ii.isProgressive() + "");
---
> printLine(1, "Progressive: ", Boolean.toString(ii.isProgressive()));

--
wrestling in the garden is same as mud

[reply] [top]


[»] Refactoring
by Ben Liang - Feb 9th 2003 21:33:33

ImageInfo IS a very handy utility.

Have you ever thought about refactoring it so it will be easier to use and maintenance? Using factory/builder pattern to return a info class; if format not supported then return null or throw an exception.

--
Ben Liang

[reply] [top]


    [»] Re: Refactoring
    by Marco Schmidt - Feb 11th 2003 23:17:49


    > ImageInfo IS a very handy utility.
    >
    > Have you ever thought about refactoring
    > it so it will be easier to use and
    > maintenance? Using factory/builder
    > pattern to return a info class; if
    > format not supported then return null or
    > throw an exception.


    ImageInfo has grown quite a bit. It started out as a class to extract width and height from GIF, PNG and JPG. Now it can extract more from more formats, and in order for it to grow even further it would certainly have to be refactored. However, I don't intend to write a 'real' meta data extraction library right now, as useful as that would be. Someone would have to start a new project for that. ImageInfo might be a good basis for such a library.

    Marco

    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber