<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    David.Turing's blog

     

    操作圖像的Java類庫集合(來自schmidt.devlib.org)

    Library / package License Description
    AC.lib ICO - Java library for ICO files Freeware Read Microsoft Windows ICO files. Supports the javax.imageio framework, but the library can also be used from older (pre 1.4) Java runtime environments.
    ACME Java code Special license on the website. Read PPM (Portable PixMap), write GIF and PPM.
    AutoVue for Java Commercial Various raster image file formats, including TIFF.
    Batik Apache Software License 1.1 The Batik toolkit also contains image I/O packages below the org.apache.batik.ext.awt.image.codec hierarchy. Read and write PNG and TIFF.
    BMP Library Free for personal use. Read BMP files with 1, 8 or 24 bits, write BMP files with 24 bits. A demo viewer and documentation are included.
    BMP loader Unknown to me. Read Windows BMP files. This one comes with a nice introduction one how to deal with images in Java.
    BMP Read Sample None specified. BMP loader, includes sample application.
    BMPFile None specified. Javaworld.com tip 60. Write Windows BMP files.
    BMS Java Imaging Viewer (JIVe) Commercial Supports MO:DCA (IOCA [CCITT G3,G4, G4-MMR & JPEG encoding] and PTOCA), AFP (LIST3820), TIFF (various compression types), ASCII, EBCDIC, BMP, GIF, JPEG.
    DICOM Image I/O plugin Commercial, evaluation version available. Read and write DICOM image files. Uses the ImageIO API which has been introduced with Java 1.4.
    FFMTIFF Commercial Supports TIFF Group 4 decoding. Seems to be tested with all kinds of browsers on different platforms to be used in an applet.
    FM Software GifDecoder, AnimatedGifEncoder Freeware Read and write one image and animated GIF. Includes a high quality color quantizer (a port of NeuQuant to Java) to reduce truecolor to palette images. A class to read uncompressed and RLE-compressed PSD files (Photoshop) was recently added.
    GIF decoder and encoder Free Read RLE GIF files. RLE (runlength encoding) will result in larger files compared to standard LZW GIFs, but has not the patent problems of LZW. The corresponding encoder was never completed, and the author does not intend to do so in the future.
    GIF encoder ? A GIF encoder, plus an implementation of an Octree color quantizer to reduce the number of colors, as GIF only supports up to 256 different colors in an image.
    Gif4J Commercial (PRO and LIGHT versions) Read and write GIF files. Supports creation of animations including color image quantization, text rendering etc. Offers several image editing algorithms, adding comments and watermarking GIFs (watermarking here means adding images on top of other images, not adding information to identify stolen images).
    GIF89Encoder Public Domain Based on the ACME encoder, this package offers more features, including encoding of animated GIFs and textual comments. Source code included.
    GIFImage Apache License Write one-image and animated GIF files. Supports transpareny. Comes with source code.
    GIFOutputStream.java Free for non-commercial use. Write GIF files.
    IBM alphaWorks IBM Internet License Agreement See the Image Conversion section, it has code to read and write Windows BMP files.
    ICJ (Image Converters for Java) Commercial Supports reading and writing of JPEG, PNG, BMP, GIF and PCX as well as dithering (presumably in combination with color quantization).
    ICOReader LGPL Read Windows icon files (.ico). To be used as part of the ImageIO framework, requires Java 1.4+.
    Image Saving Toolkit for Java Images(JVG/JIS) LGPL Write PNG, PICT, BMP, TIFF, TGA. Reads some of those as well. Class library and Java Beans. Seems to come with its own JPEG encoder, independent of IJG code.
    Image/J Free for non-commercial use. Read and write GIF, TIFF, JPEG. Read BMP, DICOM, FITS and PGM.
    ImageGear Commercial Read and write various formats, including TIFF, BMP, MO:DCA, IOCA and CALS.
    ImageroReader Free for non-commercial use. Read BMP, TGA, TIFF, PNG, JNG, MNG, JPEG, CRW, PSD, GIF and MRW. Read thumbnails and metadata from those formats. Read thumbnails from THM. Read all embedded images from EPS files.
    ImageToGif Freeware [Page is gone; I'm trying to find the author] Saves an Image instance as a GIF file. No source code is provided.
    ImageToolz ? Read and write PPM and Windows BMP files. Also can load GIF and JPG via Toolkit. Uses the Obrador codec to write JPEGs. Comes with source code.
    JAI (Java Advanced Imaging) Sun license. An image processing toolkit; Sun also provides the source code for the 1.0 image codecs. There is a page dedicated to image I/O issues.
    Java Advanced Imaging Image I/O API Sun license. Reader-writer plug-ins for the 1.4+ javax.imageio package. Supported: BMP, JPEG, JPEG 2000, PNG, PNM, Raw, TIFF, and WBMP image formats.
    Java Image Loader LGPL Image reading that is fast (using native code via JNI) and uses relatively little memory for GIF, JPEG, PNG (1.0), TIFF, TGA, BMP and XPM/XBM. Seems to work under Win32 only at the moment, but uses free, well-tested standard libraries like IJG, libtiff, libpng etc. which work under many platforms and are relatively easy to port to new ones.
    JavaPNG LGPL Read PNG (Portable Network Graphics) files.
    JDDK (Java DICOM Development Kit) Commercial library, 30 day trial version. Read and write DICOM, the file format for medial images.
    JIMI Sun Binary Code License Agreement Sun development kit to read and write several formats, including GIF, JPEG, TIFF, PNG, PICT, PSD, BMP, TGA, ICO, CUR, RAS, XBM, XPM and PCX.
    JIU—Java Imaging Utilities GPL Java imaging library with support for PNG, GIF, IFF, RAS, PCD, PBM/PGM/PPM/PNM, PSD, TIFF (uncompressed, PackBits, Deflate, CCITT-1D, LogLuv).
    JJ2000 ? An implementation of the JPEG 2000 image compression standard.
    JMagick LGPL A wrapper to the functionality of ImageMagick, a powerful free imaging library (supported formats). JNI is used to access native code (written in C).
    JPEG baseline decoder and encoder Special license at the beginning of each source code file. Read and write JPEG files.
    JPEG baseline encoder Commercial (previously freeware) Write JPEG files.
    New entry jrawio MIT License Read various RAW formats of digital cameras like Nikon's NEF or CRW/CR2 with Canon. Pure Java code.
    LizardWorks TIFF library (L)GPL Read TIFF (Tagged Image File Format) files. Some files of the toolkit seem to be under the GPL, others under the LGPL.
    LONI Java Image I/O Plugins LGPL Read and write DICOM, ECAT, GE, MINC, AFNI, ANALYZE, and NIFTI (medical image file formats).
    LuraWave Java SDK Commercial Read and write LuraTech's proprietary LWF format. Offers several types of compression, lossy and lossless, some of the wavelet-based. Java 1.1.7 or higher required. Trial version and applets available.
    Netbrand Flexible Imaging System (FITS) Commercial Supports GIF, JPEG, PNG, BMP, TIFF, FlashPix (I.I.P.), and WinFax. Makes use of platform-specific hardware enhancements. Evaluation sample applets and beans are available.
    PCX Reader Freeware Read PCX files. Source code available with either English or German comments.
    PGM and PPM in Java Unknown Read and write PGM and PPM images, the page is in French, but the code has method names in English.
    PictDraw Public Domain Read Macintosh PICT files (pixel and vector graphics parts are both supported)
    PixTools Commercial, demo available Supports TIFF (including G3 and G4), BMP, JBIG (for bilevel images), GIF and JPEG. It is not clear whether all formats will be read and written.
    PNGEncoder LGPL Write PNG files (with up to 8 bits per channel). Support for an alpha channel is implemented.
    PngEncoder 1.2 LGPL Save an Image object as PNG (Portable Network Graphics) file.
    RasterMaster Commercial Read and write numerous image file formats, including TIFF, DICOM, MO:DCA, PCL, JBIG, JPEG and BMP. Also provides various image editing and processing operations.
    RGBImage ? Read RLE-compressed SGI RGB image files. Part of the City Scanning Project.
    Sanselan Java Image Library Apache Read PNG, GIF, TIFF (LZW, CCITT/Huffman, Packbits), BMP, PSD, PBM/PGM/PPM/PNM.
    Sixlegs PNG library LGPL Read and write PNG (Portable Network Graphics) files.
    Unknown to me (maybe same as Java). Read and write JPEG files; classes included in Sun's JDK/JRE 1.2+, but not standard library classes, so you cannot rely on them being there with every Java VM! Documentation can be downloaded from Sun's website.
    Tiffy Commercial, trial version available Read TIFF, BMP, GIF, JPG and PNG. Various TIFF compression types are supported, decoding is relatively fast. Also includes printing, viewing and image processing functionality. Available as application (or applet) or toolkit.
    ViewTIFF Commercial, demo version available A TIFF decoder for compression methods Group 4, Group 3 (1-D and 2-D), TIFF Mode 2 and LZW.
    WBMP article ? Dynamic generation of WBMP graphs from XML data using JavaBeans and JSP. Includes sample code to write WBMP files.
    WBMPCreator Commercial Library to write various wireless image file formats: (animated) WBMP, OTB, NLM.
    WBMPMaster Free for evaluation, nothing about licensing the code. Write WBMP files. Also provides implementations of several algorithms for reducing images to black and white, plus a couple of image editing features (scaling, flipping, mirroring).
    XPM color image utility class GPL Read XPM files.

    posted on 2006-05-23 16:08 david.turing 閱讀(5746) 評論(0)  編輯  收藏


    只有注冊用戶登錄后才能發表評論。


    網站導航:
     

    導航

    統計

    常用鏈接

    留言簿(110)

    我參與的團隊

    隨筆分類(126)

    隨筆檔案(155)

    文章分類(9)

    文章檔案(19)

    相冊

    搜索

    積分與排名

    最新隨筆

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 成人免费区一区二区三区| 午夜私人影院免费体验区| 亚洲国产成人精品无码一区二区| 成人免费午夜在线观看| 免费看内射乌克兰女| 久久久久亚洲精品无码蜜桃| 白白国产永久免费视频| 在线看片免费人成视频福利| 国产亚洲精品成人AA片| 亚洲色无码专区在线观看| 免费看美女裸露无档网站| 亚洲精品视频免费| 亚洲制服丝袜第一页| 亚洲中文字幕不卡无码| 成年女人喷潮毛片免费播放| 特级做A爰片毛片免费看无码| 亚洲自偷自偷在线成人网站传媒| 亚洲国产成人高清在线观看| 免费高清小黄站在线观看| 亚洲视频在线观看免费| 免费人成大片在线观看播放| 亚洲午夜在线一区| 亚洲精品乱码久久久久久蜜桃不卡| 成人男女网18免费视频| 99久9在线|免费| 黄色网址免费在线观看| 国产精品无码亚洲一区二区三区| 久久综合亚洲鲁鲁五月天| 国产亚洲一区二区三区在线不卡 | 69视频免费在线观看| 色婷婷精品免费视频| 91青青青国产在观免费影视| 美女扒开尿口给男人爽免费视频| 亚洲国产精品一区二区久| 精品国产_亚洲人成在线高清| 国产精品国产自线拍免费软件| 日本亚洲免费无线码| 8888四色奇米在线观看免费看| a级特黄毛片免费观看| 精品国产免费人成网站| 一本一道dvd在线观看免费视频|