gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.
discussed with jasper@
- Slideshow icon in settings
- crash when displaying 1BPP BMP images
- crash with Jpeg images containing incorrect Exif information due to
Exiv2 API misuse
From brad@ (tested/confirmed by me)
ILM Base libraries providing:
- Half is a class that encapsulates our 16-bit floating-point format.
- IlmThread is a thread abstraction library for use with OpenEXR and
other software packages. It currently supports pthreads and Windows
threads.
- Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.
- Iex is an exception-handling library.
GEGL (GEneric Graphics Library) is a graph based image processing
framework.
GEGL's original design was made to scratch GIMP's itches for a new
compositing and processing core. This core is being designed to have
minimal dependencies and a simple well defined API.
ok jasper@
Babl is a dynamic, any to any, pixel format conversion library. It
provides conversions between the myriad of buffer types images can be
stored in. Babl doesn't only help with existing pixel formats, but also
facilitates creation of new and uncommon ones.
Features:
* Tiny API in normal use
* Planar and linear buffers
* Thread safe processing
* Extendable formats, color models, components and datatypes
* Reference 64bit floating point conversions for data types and color
models
ok jasper@
DCMTK is a collection of libraries and applications implementing
large parts of the DICOM standard for medical imaging. It
includes software for examining, constructing and converting
DICOM image files, handling offline media, sending and receiving
images over a network connection, as well as demonstrative image
storage and worklist servers.
great feedback naddy@ (a little while ago)
the program is to interpolate pixels in JFIF images (commonly
referred to as "JPEG images"). This is useful to correct images
from a digital camera with CCD defects. For example, if one pixel
is always bright green, this pixel can be interpolated away with
jpegpixi.
From Giovanni Bechis <g.bechis@snb.it>.
ok okan@