4
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle single channel images and non-uint8 images with OGL display. More... about 17 years ago
Minor imagio api tweaks More... about 17 years ago
Handle bilevel & 4-bpp images. More... about 17 years ago
Add tasks list More... about 17 years ago
Handle palette images, MINISWHITE photometric mode, 4-bit images. More... about 17 years ago
Eliminate debugging printfs More... about 17 years ago
OpenGL support expanded to correctly handle zoom, gain, gamma, channel selection. More... about 17 years ago
Use the new local_extra_obs to put libutil objects right into libimageio. This makes everything you need for imageio be in one library, which is especially helpful on OSX where there already is a system "libutil.dylib" that we don't need a conflict with. More... about 17 years ago
Allow individual module.mk files to set local_extra_objs to specify objects not from this directory that still get linked into this library or binary. More... about 17 years ago
Displaying the image on a QLabel was too slow, so experiment with using a QGraphicsView and Pixmap, and also using a QGLWidget and using OpenGL. This is a progress snapshot, but OGL certainly looks like the way to go. More... about 17 years ago
Timer class More... about 17 years ago
Make plugins safe for repeated open-close-open-close More... about 17 years ago
pow2 functions More... about 17 years ago
Better error handling More... about 17 years ago
Info window. More... about 17 years ago
Change all strides to bytes. More... about 17 years ago
Simplify ifdef More... about 17 years ago
Improvements to zoom and image fitting behavior, toggling last image. More... about 17 years ago
Build using Qt, and rename osx -> macosx More... about 17 years ago
More work on iv: gamma and exposure controls, channel selection, close, reload. More... about 17 years ago
Continued work on iv -- basics, gamma/exposure, load images from command line. More... about 17 years ago
Build tweaks for osx and linux64. More... about 17 years ago
Imageio improvements -- tweaks to strides, gamma/gain when converting images, progress callback in read_image and write_image. More... about 17 years ago
First stab at image viewer. Based on imageviewer example code from Qt library. Very primitive, but at this point it will load and display an image! More... about 17 years ago
Allow conversion from scanline <-> tiled More... about 17 years ago
Changes to the way strides work -- const AutoStride is the special value that means strides should be auto-computed. Also moved format conversion routine from imageio_pvt to regularly visible. More... about 17 years ago
Incorporate Qt into the build scheme More... about 17 years ago
Various bug fixes found in the process of testing iconvert. More... about 17 years ago
Strides==0 imply contiguous data. Added read_image and write_image. Lots of work on iconvert. More... about 17 years ago
Lots of work -- nearly full implementation of TIFF imageio plugin, port of JPEG imageio plugin from NV open source, beefing up of missing parts of libimageio, implementation of iinfo. More... about 17 years ago