a number of different sources and perform simple manipulation on the
captured image. The image can be saved as one or more PNG or JPEG
files.
Works with uvideo(4).
OK robert@
libungif has been renamed to giflib:
"Work on libungif has been halted due to the expiration of the patent on LZW.
giflib continues to have bugfixes and patches merged. As part of this work,
the sourceforge project has been renamed from libungif to giflib."
(http://sourceforge.net/forum/forum.php?forum_id=753553)
many changes and fixes, including extended EXIF support, and option to
save as png 8 or 16 bits.
originally from sthen@, with tweaks by me
ok merdely@
"if it makes sense, commit it" mbalmer@
- don't crash on corrupt CR2 files
- extract largest JPEG from X3F files
- new DNG matrices
- support new cameras from Canon, Fuji, Hasselblad, Nikon, Nokia,
Olympus, Panasonic, Pentax, Sony
from brad, "go for it" okan
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages
"if you're as happy as a pig in poop, commit it" jasper@
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@