Release Notes for the Image3 Addon
by Zachary X. Reiter and Clifford A. Reiter
June 2003
Some minor changes were required due to differences between J5.01a and J5.01b and J5.02a.
Those, and some other minor changes are described in
Image 3 addon release notes for J5.02a
Like the other releases of the image addon for J, this addon gives utilities for reading and writing images in a variety of formats
from J. While the emphasis is on 24 bit images, there is some support for movies and 8-bit images. We have found the addon very useful and use it regularly. However, some variants of the image and movie types may not be successfully read. Moreover, the software is powerful, so users should be prudent and work on files that have been backed up.
The main utilities are organized into 4 scripts:
image3.ijs, movie3.ijs, html_gallery8.ijs, and prevare.ijs
See the Image3 lab and other help files for details.
Major Changes in Release 3
- Simple Quicktime (tm) movies are supported (*.mov); these include sequences of *.jpg and *.png's. This makes the libraries much larger.
- Reading simple (*.avi) animations is possible; for example, we can read the
frames from *.avi files produced by a Fujifilm 602 digital camera.
- prevare replaces rotform and includes facilities to:
- Preview images from a image list
- Rotate and delete images as necessary
- Create html galleries via menus
- Make raster images of text
- Select images for special processing
- Create web-size image galleries of selections
- Create cd-label images from selections
- View images "full" size by double clicking on the pre-view image
- Paletted 8-bit image writes now accepted by most
image formats and are saved as 8-bit images for *.bmp and *.png. Paletted *.bmp and *.png files may also be read.
- Quantization to 8-bits is available.
- Functions for updating galleries while preserving image descriptors and other html information are part of the main html script.
Minor Changes in Release 3:
- bug in reading certain 8-bit bmp's fixed; less memory used for reading most 24 bit images
- small memory leak in png writes fixed
- raw_read_image on png bug fixed
- extra </tr></table> in default html galleries fixed
- missing thumbnails are handled more gracefully when thumb_wh is 0
- Fcopy function changed; Fmove added
- dir_to_lc preserves file time stamp
- resize_image is significantly faster and now works on 2-dimensional arrays of indices as well as the standard 3-dimensional arrays.
- exif_info function accesses exif camera data
Link to:
Release 2 of the J image addon; release notes
Image3 Main Help