GPicView is a simple and fast GTK based image viewer. The minimalistic
design makes it extremly lightweight and fast with low memory usage.
from Robin Eklind <robin0x00 at gmail dot com> with some tweaks
* precise license marker
* indent
* tweak DESCR
- use SUBST_VAR
- add gnomeprint support to the gnome FLAVOR
- use textproc/intltool MODULE
- fix a memleak that would lead to a crash when trying to export using
pixbux(png, jpg...); from GNOME svn
Pycha is a very simple Python package for drawing charts using the great
Cairo library. Its goals are to be lightweight, simple to use, nice
looking with default values, allow customization. It won't try to draw
any possible chart on earth but draw the most common ones nicely.
from niallo@; ok merdely@
xoris is a simple util that dumps a rgb-color value of any part of the
screen to stdout. The program can do this in three variants:
1. hex (#b0958e)
2. string of rgb numbers (229 229 229)
3. abstract name (gray90)
To get such enumerated color specifications, click: Button1,
Ctrl+Button1, Shift+Button1 correspondingly.
thanks to responsive upstream, no patches required
ok eric@
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@
A Ruby interface to the ImageMagick image processing library.
It supports more than 90 image formats, including GIF, JPEG and PNG.
Includes RVG, a 2D drawing API.
Initial port from dlg@. Updating to the latest release by me.
relevent Changelog entries:
+- Monkey's Audio demuxer and decoder
+- additional SPARC (VIS) optimizations
+- AMV audio and video decoder
+- DNxHD encoder
+- H.264 PAFF decoding
+- Nellymoser ASAO decoder
+- Beam Software SIFF demuxer and decoder
+- libvorbis Vorbis decoding removed in favor of native decoder
+- IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
+- Ogg muxer
+- PC Paintbrush PCX decoder
+- Sun Rasterfile decoder
+- TechnoTrend PVA demuxer
+- Linux Media Labs MPEG-4 (LMLM4) demuxer
port changes:
disable ff_fdct_sse2 usage on i386 and libpostproc's
temporal noise reduction filter, since they both regularly
cause segfaults.
ok deanna@, brad@
tested by a few others, thanks
gThumb is an image viewer and organizer for the GNOME desktop
environment. It was originally based on GQView, and is designed to have
a clean, simple interface. Via gPhoto, gThumb can also acquire data
directly from digital cameras.
Work based on an original submission by Guillaume Protet
<mortheres at hotpop dot com> (maintainer)
It combines an abstraction of the PostScript drawing model with a
TeX/LaTeX interface. Complex tasks like 2d and 3d plots in
publication-ready quality are built out of these primitives.
From Laurence Tratt (maintainer), some fixes by me,
test and help Will Maier, merdely@
ok merdely@