- List of Java libraries to read and write image files
List of Java libraries to read and write image files This is a list of Java libraries that read or write image files. Quality of implementation and range of functionality vary a great deal. The library list is split into two pages, separated by image type: * pixel (also known as raster or bitmap)image formats (like JPEG, GIF, PNG, TIFF or BMP) and * vector image formats (like SVG, WMF or CGM). For tips on Java and imaging operations check out the Java image FAQ. The first tip there is on choosing an appropriate library. Some source code examples can be found in the section on handling image files with Java. Similar resources: * Open Directory entry for Java code to read and write image files
in Public bookmarks with graphic java sourcecode by 3 users
- List of Java libraries to read and write pixel image files (Note that there is a separate list of Java libraries to read and w)
Library / package License Description
A list of Java libraries for pixel image I/O.
bitmaps code directory files image imageio imaging java libraries link pixel read write
in Public bookmarks with graphic java sourcecode
- Open Directory - Computers: Programming: Languages: Java: Class Libraries: Graphics
Top: Computers: Programming: Languages: Java: Class Libraries: Graphics (136) Description * Charts (21) * 3D (16) * Data Formats (24) * SVG@ (6) * User Interface Classes (55) See also: * Computers: Programming: Graphics: Libraries (250) * Computers: Programming: Languages: Java: Applications: Graphics (7)
in Public bookmarks with graphic java sourcecode by 2 users
- Open Directory - Computers: Programming: Languages: Java: Class Libraries: Graphics
* Charts (21) * 3D (16) * Data Formats (24) * SVG@ (6) * User Interface Classes (55) See also: * Computers: Programming: Graphics: Libraries (250) * Computers: Programming: Languages: Java: Applications: Graphics (7)
in Public bookmarks with graphic java library sourcecode by 2 users
- Search Tools with Open Source Code
o ASPSeek (free) o BBDBot (free) (Discontinued) o Datapark Search (free) o ebhath (free) (Discontinued) o Eureka (free) (Discontinued) o ht://Dig (free) (Discontinued) o ISearch (free and commercial versions) (Discontinued) o JXTA Search (free) o Lucene (free engine, no crawler) o MG (Managing Gigabytes book and system) + see also A quick guide to performing IR batch experiments with the MG system o mnoGoSearch (free for Unix, low cost for Windows) o MPS Information Server (Discontinued) o Namazu (free) o Nutch (free) o OpenFTS (free) o OpenWebSpider (OWS) (free, open source) new"" ""
Listing of open source search engine projects (generally free).
code copyleft engines free gpl indexing open opensource search site source tools web
in Public bookmarks with sourcecode by 2 users
- siwaclub.com.cn: Reading an Image from a File, InputStream, or URL javax Java Tutorial, javax EXAMPLES
Learn Java - Programming Articles - Examples and Tips - Java Tutorial - Java EXAMPLES - java tips # iText # # tips # examples # quick start # article # books # introduce # api # open source project # # # AWT / Swing # Design Patterns # User Interface Design # Java Database Connectivity (JDBC) # Java Virtual Machine (JVM) # socket # io # jni # j2me # applet # # # javamail # JDBC # JSP # SERVLET # jstl # ejb # jms # web services # jndi # jaxrpc # # # # struts # ecilpse # spring # hibernet # tomcat # resin # jboss # weblogic # websphere # # # jdom # sax
é¡¶æå§ï¼å¥è¶£æ°é²ï¼å°ä¼èµè®¯
éæåïååïæåïéå
in Public bookmarks with graphic java sourcecode tipsntricks
- Slow thumbnail creation. Please help!
The following code takes requires less heap size but is painfully slow. It takes 10 seconds to create a thumbnail from a 3MB file. How could it be soooo slow? Size: 3MB Required Heap Size: 3MB Image read in: 721ms Image scaled in: 761ms Thumbnail created in: 10696ms Now, the reverse is true for the following piece of code. Its lightning fast. The following code requires LOT of heap space but is very quick. It takes 1.5 seconds to create a thumbnail from a 3MB file. File Size: 3MB Required Heap Size: 21MB Thumbnail created in: 1462ms
in Public bookmarks with graphic java sourcecode
- Thumbnail.java - Load an image, scale it to thumbnail size and save it as JPEG
This programm loads an image via java.awt.Toolkit, scales it down to a user-defined resolution and saves it as a JPEG file. The first part, the loading of the original image, is done the same way as in Viewer. So if you don't know yet how loading images with Toolkit works you might want to study that program first. Different from Viewer, this program (Thumbnail) works on the command line. So you won't get any windows or other graphical user interface components. The only visual feedback is the word Done. after the program successfully terminated.
A small commented Java program that creates a JPEG thumbnail file.
image java save scale thumbnail
in Public bookmarks with graphic java sourcecode
« Previous
sourcecode from all users