Miscellaneous fixes and minor improvements removed from Changes
extract below:
Nov. 18/05 - Version 5.77 (production release)
- Allow integer tag values to be specified in hex (with leading '0x')
Nov. 16/05 - Version 5.76
- Tolerate extra null padding at end of TIFF images (as written by Photoshop
CS) when rewriting TIFF images
Nov. 14/05 - Version 5.74
- Added read support for DICOM (DCM, DC3, DIC, DICM) and ACR-NEMA (ACR)
medical image files
- Decode a lot more Nikon Capture information and add write ability
- Updated Nikon makernote decoding for D200 and new AF-S Nikkor 18-200 lens
(thanks Werner Kober)
- Added a number of new Canon LensType's (thanks Volker Gering)
- Recognize file types even if they have the wrong extension
Nov. 7/05 - Version 5.73
- Added ability to shift date/time tag values
- Extract Red/BlueBalance tags for Nikon D2Hs, D50 and D2X
- Decode Nikon Capture Data to extract IPTC information and Rotation
- Added a new Olympus LensType (thanks Michael Meissner)
Oct. 28/05 - Version 5.72
- Added ability to create XMP data files. This is more significant than it
sounds: The -o option may now be used to generate XMP files from
information in any other format, or even to create an XMP file from nothing
more than tags defined on the command line.
- Fixed problem rewriting maker notes of some Pentax cameras
- API Changes:
- Added CanWrite() and CanCreate() functions
- Allow WriteInfo() source file to be undefined to create new file
- Allow WriteInfo() output file to be undefined to edit file in place
- Added extra argument to WriteInfo() to specify output file type
Oct. 24/05 - Version 5.71
- Added ability to read/write .XMP data files
- Added -listf option to print list of recognized file types
- Changed "-group#" option to "-listg#" (but still support old -group#)
- Moved Kodak APP3 "Meta" tags from EXIF to a new Kodak "Meta" group
Oct. 23/05 - Version 5.70
- Significant internal changes to improve speed and reduce memory useage
- Fixed a bug introduced in version 5.63 which caused incorrect XMP GPS
coordinates to be returned
- Changed handling of Kodak date records
- API Changes:
- Added ability to access original 'Raw' values via GetValue()
- GetValue() now returns empty array in list context if value is undefined
- Values are now converted as they are requested, so the PrintConv option
now applies to GetInfo() and GetValue() instead of ExtractInfo()
Oct. 19/05 - Version 5.69
- API Changes:
- Changed handling of floating point numbers to tolerate locales where a
comma is used instead of a decimal point
Oct. 17/05 - Version 5.68
- Added support for reading Sigma RAW (X3F) images
Binaries created by --enable-extras are no longer included in the
package, per the upstream author's guidance.
13/11/2005 - UFRaw-0.6 released, based on DCRaw v7.84.
* Enabled AHD (Adaptive Homogeneity-Directed) interpolation.
* Added base curve, which simulates Nikon tone curve behavior.
(The old correction curve is still there.)
* Automatically apply the embedded custom curve only if the camera
was setup to use this curve.
* Support the D1X rectangular pixels.
* Fix EXIF support with libtiff 3.7.4.
* Some bug fixes.
Summary of changes from CHANGES.xfig:
Patchlevel 5-alpha5 (April, 26, 2004):
NEW FEATURES:
o Added note to README and FAQ html file:
If the Xaw or Xaw3d Athena widget sets are compiled with the
ARROW_SCROLLBAR style of scrollbars, there is no StartScroll action
and you won't be able to scroll using the wheel on the mouse.
If you want to be able to scroll using the wheel, you must recompile
the Xaw library from sources, disabling the ARROW_SCROLLBAR option.
o Astrological symbols for planets in Miscellaneous/Astrology by Andrew Collier
o Added key bindings to text dialogs to be more like modern systems (the
Athena Widget Set that xfig uses is very old):
Home: beginning-of-line
End: end-of-line
Del: delete-character-right
o Added *.jpeg* to picture browse options
o New libraries for electronics from Fabio González in
Libraries/Electronics/Schematic/More
BUGS FIXED:
o typo in latex_and_xfig.html and LATEX_AND_XFIG files. Text should be:
\convertMPtoPDF{foo.0}{1}{1}
It was missing parameters {1}{1}
o -correct_font_size missing from -help option list and man pages
o -help and -version didn't work unless they were first in the options
o -O option wasn't passed to fig2dev for overlapping pages in multiple
page mode for PostScript export
-----------------------------------
Patchlevel 5-alpha4 (Feb, 19, 2004):
Note: There is a minor change to the copyright/permission notice for xfig.
Basically, I have restored the part that allows one to sell xfig
regardless of whether it is bundled as part of a package or not.
This is identical to the original copyright/permission notice for
xfig, which was based on the MIT (then later, the X Consortium)
copyright notice.
Here is the new notice (different files have different author
copyrights at the top):
> FIG : Facility for Interactive Generation of figures
> Copyright (c) 1985-1988 by Supoj Sutanthavibul
> Parts Copyright (c) 1989-2002 by Brian V. Smith
> Parts Copyright (c) 1991 by Paul King
> Any party obtaining a copy of these files is granted, free of charge, a
> full and unrestricted irrevocable, world-wide, paid up, royalty-free,
> nonexclusive right and license to deal in this software and documentation
> files (the "Software"), including without limitation the rights to use,
> copy, modify, merge, publish distribute, sublicense and/or sell copies of
> the Software, and to permit persons who receive copies from any such
> party to do so, with the only requirement being that the above copyright
> and this permission notice remain intact.
NEW FEATURES:
o Introduction.html and installation.html updated to include Macintosh
port of xfig
o Button to collapse depths of a compound object (make all same depth)
in popup object editor
o Grid changed from dotted line to light red solid line
o Candle in Libraries/Miscellaneous by Dr. Lyman Hazelton
o Right-click on depth checkbox sets current depth in indicator panel
to that depth
o Library of symbols used when diagramming folding instructions to make
origami models and example contributed by Marc Vigo
o Can adjust width and height directly in popup editor for picture
objects
o Support for David Hawkey's Xaw3D version 1.5E
(http://www.visi.com/~hawkeyd/xaw3d.html)
BUGS FIXED:
o When loading a library object, if it contained only a compound and
nothing else, when xfig promoted that compound to the toplevel the
main comment was lost
o Incorrect header files used for SmeBSB resulted in either segfault or
none of the command panel entries being underlined
o Drawing very large splines (e.g. at zoom = 0.01) caused integer
roundoff errors, making xfig loop indefinitely
o Bug where a line that had a zero width or length arrowhead was not
redrawn after being moved, copied, canvas redraw, etc.
o The page border and axis lines would obscure Fig objects when moving,
copying etc. other objects on the canvas.
o In the popup picture editor, if the relative position of the corners
of the picture were changed, the rotation field was not updated
(this bug was in 3.2.5-alpha3 only)
o line, arc, ellipse length tool was reporting 0 length
-----------------------------------
Patchlevel 5-alpha3 (Dec, 9, 2003):
NOTE:
o URL for information about the color optimization code (written by
Anthony Dekker) has changed to:
http://members.ozemail.com.au/~dekker/NEUQUANT.HTML
NEW FEATURES:
o -autorefresh command-line option (resource: Fig.autorefresh) which
will make xfig look at the timestamp on the .fig file and
automatically load it and display it everytime it changes.
o Removed requirement to compile with WHEELMOUSE when using wheelmouse
o New tower computers (Libraries/Computers/AOpenKF45E.fig and
AOpenKF45E.fig from Dirko van Schalkwyk)
o New 10/100 8port hub (Libraries/Networks/3Com3C16750.fig also from
Dirko van Schalkwyk)
o When placing library objects, the name and comments are displayed in
message window
o New flags (Libraries/Flags): Africa/Eritrea, Africa/Zimbabwe,
Asia/Myanmar, Asia/Tajikstan, Asia/Kyrgystan, Europe/Croatia
o non-polar capacitor added to Libraries/Electronic/Schematic
o Mouse wheel can be used to scroll through filename lists in File and
Export panels and icons or object lists in Library panel
o Thickness of ticks in dimension lines are user-adjustable now
o For attribute popup dialogs with only one text entry, keyboard now
focuses on the entry as long as the pointer is anywhere in the dialog
o When using the "Open compound, keep rest visible", the other objects
are drawn in shades of gray similar to the inactive layers feature.
o New library objects: adder, multiplier, sine-source and voltage-source
in Electronic/Schematic by Hubert Lam
o Zooming in or out with the Z or z key respectively will keep the canvas
centered on the mouse pointer
o Full version and patchlevel is included in Fig file header for
diagnostics
o Can explicitly set the rotation of imported pictures in edit panel
after importing
o Export option to produce both EPS and PDF (in two files) in one step.
Useful for those who both use LaTeX and PDFLaTeX
o "Epoch" added to rpm spec
o New HP/GL2 (fig2dev) driver from Glenn Burkhardt with paper size
selection, offset, centering and orientation options
o New library object "atom" in Libraries/Miscellaneous is the classic
drawing of an atom with electrons circling
From Andrew B. Collier
BUGS FIXED:
o Missing #ifdef XAW3D in SimpleMenu.c
o Bug when breaking a compound object - depths were added twice to the
counts
o When implicitly cancelling the placement of a library object by
choosing another mode, xfig would tell user to cancel or finish the
current operation, but there was no way to do that
o Picture Reread button was active before file was read the first time
o Rereading picture in edit popup produced bad colors
o When using multiple copies of an imported picture, h/w ratio was not
computed for copies
o Importing PCX images were incorrect when bytes per line different from
width*bpp
o When passed a filename containing a directory name for a Fig object
library using -library_dir, and that directory only contains Fig files
and no subdirectories with Fig files, xfig segfaulted
o Several checks for memory allocation failure added to the library
loading procs
o Forgot to free allocated memory when return abnormally from loading
libraries
o Path length check in loading libraries fixed
o Missing include for put_msg prototype in e_measeure.c
o Needed #ifdef for XtVersion in SmeBSB.c (X11R5 doesn't have
international fontset)
o Added SIGPIPE signal to ignore in case an external program dies when we're
using pipes
o Screen capture on an MSBFirst X server with 24/32 bits per pixel was
incorrect.
o Importing any image file on such a server was incorrect (bytes/bits
reversed).
o Reading GIF or PCX files on 24-bit server *and* on big-endian machine
(e.g. Sparcstation) resulted in bytes being swapped and funny colors
o Could popup unit dialog when drawing/editing objects
o Embedded whitespace in filenames in recently loaded files weren't
parsed properly (.xfigrc)
o When pasting an object on the canvas, point positioning grid wasn't used
o Bug when reading a compressed eps file (file handle was passed to open
proc instead of name)
o Minor grid spec used twice instead of minor/major when passed to fig2dev
o Fixed conversions of export/print grid values when switching to/from
metric, decimal or fraction
o When loading or merging a file, xfig appended ".fig" to the name if
there wasn't ".fig" in the name. Now it only appends ".fig" if there
is no suffix (no ".").
o When appending the ".fig" before the previous change, xfig would segfault
o Libraries/Electronic/Schematic/transformer and transformer_ironcore
aligned to 1/16" grid
o Bugs in indicator panel display of text flags, dimension line params
and arrow size params when cycling through settings with middle or
right mouse button
o Bug in callbacks for dimension line checkboxes that select actual
length or user text
o When exporting to Combined PDF/LaTeX it uses ".pdf" and ".pdf_t"
suffixes because LaTeX doesn't recognize ".pdftex" as a PDF file
o Better clipping around arrowheads on thick lines (lines that are
thicker than the arrowhead is wide)
o Checks for open splines of < 2 points when reading figure file and
removes them
o Clicking middle mouse button after creating first point of closed
spline switched to freehand mode
o Export panel sections would get messed up when changing export
languages
o Now checks whether scrollbars support StartScroll before trying to use
it for the wheel scrolling. When the Xaw widgets are compiled with
ARROW_SCROLLBAR, there is no such action.
o pstex_t export lacked border option (-b) to align LaTeX text when
pstex figure specified border (also fixed in fig2dev)
o Create one picture object with no filename, then create another and
xfig crashed
o Some bugs when freeing dimension line components
o Bad choices for grid dot spacing in metric mode in the 5mm grid, and
decimal inch mode in the 0.5 and 1.0 inch grids
o -international flag missing from xfig.html and xfig.man docs
o Added call to XsetLocaleModifiers() when initializing input method
(-international mode only)
o xfig was limiting arrowhead lengths to 50 pixels instead of 50 inches,
and the width to 10 pixels instead of 10 inches.
o edit panel for circles shouldn't have "angle" entry
o edit panel wasn't allowing typing in of negative angles for text and
ellipses
o Objects were sometimes drawn with a wild point when zooming
o Full path was being added to default export filename and wasn't
changing when user changed directories
o When drawing a box or rounded box with the "show line lengths" on, the
sizes were in Fig units (1200ppi) instead of user units.
o Spacing cedilla (ISO 0xB8 / octal 270) was missing from CompKeyDB file
o Changing the units in the popup edit panel for a text object caused a
segfault.
o Rulers and grid didn't change scale when user scale was != 1.0. Even
though the message window showed the correct user scale when drawing
objects, the rulers and grid still showed the unscaled values.
o Axis lines through 0,0 now drawn after page border so it remains
visible when there is a grid
o Segfault if current directory was deleted after starting xfig
o Positioning grid was set to "ANY" when editing a compound object,
causing the original bounding box to be lost
o Bug in arc drawing caused arcs to be drawn as circles at high zoom
o Computing the area of a polygon larger than 38x38 inches overflowed
calculation
o Bug in bounds calculation for ellipses and circles that increased
bounding box even with line width = 1
o Limit on number of styles in a family wasn't checked
o If all depths were turned off and any edit operation was attempted on
the canvas such as move object, delete object, xfig would hang,
searching for objects indefinitely.
Some of the changes since 2.2.0:
- further improvements to SoOffscreenRenderer performance
- SoRayPickAction precision improvements
- Visual Studio project now installs only selected build (including
static configurations now)
- misc minor details, build fixes, documentation updates
- Support for compressed textures
- Windows: build settings are easier tunable from the Visual Studio
projects (edit include/setup.h), and also includes static library
build options now
- reference doc improvements with file format examples and defaults
sections for all scene objects.
- completely Cygwin-less build setup for MS Windows / Visual Studio:
- Visual Studio 6 project file in build/msvc6/
- Visual Studio .NET 2003 solution in build/msvc7/
- some minor API additions for internal optimization purposes
- new node SoTextureCombine (for multi-texturing)
- new texture coordinate mapping nodes SoTextureCoordinateCube,
SoTextureCoordinateCylinder, and SoTextureCoordinateSphere
- vertex buffer objects support
- correct "sorted layers blend" transparency mode
- improved thread safety
As part of this, do something special for xmesaP.h: Because XShm.h does
exist on the Interix platform, and Mesa binaries were already buildable,
preserve the ABI by including XShm.h there and keeping the XShmSegmentInfo
field (with -DUSE_XSHM_HDRONLY) -- thus avoiding both flag day and revbump
sweep. However, all XShm-using code remains turned off (no -DUSE_XSHM)
so that libGL will work.
Bump PKGREVISION of MesaLib only.
${PREFIX}/lib and also ${QT3_LIBDIR}. (This is probably not right due
to -R portability issues, but I'd rather make upstream lprof use auto*
than deal with that now.)
information from JPG, TIFF, CRW, CR2, THM, NEF and GIF
images. ExifTool can read EXIF, IPTC, XMP and GeoTIFF formatted data
as well as the maker notes of many digital cameras from various
manufacturers including Canon, Casio, FujiFilm, Minolta, Nikon,
Olympus, Pentax, Sanyo and Sigma.
poblano gdt 91 /usr/pkgsrc/wip/exiftool > fg
Coin is an implementation of the Open Inventor API, fully backwards
compatible with SGI Open Inventor v2.1, and incorporating many new
features. Coin is portable across Win32, Linux, SGI IRIX, Mac OS X,
HP-UX, Sun Solaris, IBM AIX, and other platforms (like NetBSD :-).
modified by OBATA Akio.
Ming is a C library for generating SWF ("Flash") format movies, plus a
set of wrappers for using the library from C++ and popular scripting
languages like PHP, Python, and Ruby.
${WRKSRC}/.. to ${WRKDIR}. As this instance refers to a file that comes
from an archive which is unpacked in ${WRKDIR}, this is aesthetically
ok. While here, sorted the PLIST.
This fixed core dumps and
Exception 435: unable to open image `/var/var/tmp/tmp.0.00017342aa.ppm': No such file or directory
noticed when using html2ps.
The PerlMagick webpage says "get the PerlMagick distribution
corresponding installed ImageMagick distribution (e.g. PerlMagick
6.22 for ImageMagick 6.2.2)". We are using the source from the
ImageMagick distribution -- so use at least the same version.
Bump PKGREVISION.
- fixed minor problem in JPEG plug-in
- allow to disable build of gtkhtml2, svg, and lcms features
- fixed bug in Imagemap plug-in
- handle PSD files with untitled channels
- fixed build of MMX/SSE assembly code on gcc 4.0
- fixed crash in image preview code
- fixed redraw of previews in Rotate Colormap plug-in
- fixed redraw of previews in Filterpack plug-in
- cross-compilation fixes and build fixes for Cygwin
- fixed character placement in Text Circle script
- made GIMP more robust against strange characters in directory names
- fixed minor issue in Dicom plug-in
- deal with API change in librsvg >= 2.11.0
- fixed bug in ellipse selection
- fixed build issue on Cygwin
- fixed problem in ellipse selection
- ease closing of iscissors outline
- fixed handling of Tab key if NumLock is active
- fixed problem with random number generator in QBist plug-in
- raise palettes grid instead of creating a new one
- fixed problem with environment maps in Lighting plug-in
- fixed Gaussian Blur for small radii
- fixed Select By Color tool on grayscale layers
"Buffer overflow in xli might allow user-complicit attackers to execute
arbitrary code via a long title name in a NIFF file, which triggers the
overflow during zoom, reduce, or rotate operations."
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-3178
Patch from Debian.
tcl/tk frontend.
0.40
update PNM file reader to maxval > 255
(make rpm) updated
barcode-patch UPC_addon by Michael van Rooyen
CAPITAL_LETTER_A_WITH_OGONEK added
no "(PICTURE)" output for UTF8+ASCII (better for Mobile OCR project)
smooth_borders() bug fixed and reworked
5x7 and prop10 font adaptions
objects now detected by flood-fill algorithm (better?)
XML-output changed
changed auto dust detection (not final)
0.39
XML output added (subject of change, suggestions are welcome)
netpbm-link-error fixed in gocr.c and configure.in:
gocr.c: <config.h> changed to "config.h"
configure-option --with-netpbm=PATH and --without-netpbm added
update configure.in according to autoconf 2.57
wchar_h miss-configuration fixed in pgm2asc.c
fix compiler warnings
char filter accepts abbreviations now, like "0-9A-F" (but slow)
update READMEde.txt
output barcode tags (also improved recognition)
fix pnm.c for files like example.eps.pbm
fix detect.c for barcodes
fix ocr0n.c 0<->8g
0.38
move UTF/HTML/TeX decoding to getTextLine, return (char *) now
out_format HTML step towards detailed XML output
correct line detection for footnotes (detect.c)
"y" now seen as vowel (pgm2asc.c), I<vowel> susbtituted by l<vowel>
é-detection, á-output fixed
default dust_size is -1 now (auto detection = mean_size/10)
char filter added
ex: -C 0123456789ABCDEF - recognize only hexcodes
man page updated (hopefully correct syntax)
database bug fixed (small fonts, example by Chris)
several bugs fixed by W. Webber (thanks)
speed improved by 3rd-pass matrix filter in pixel() (pixel.c) (code from W. Webber)
bug in remove_dust (remove.c) fixed
for fonts bigger than 20x40 smooth_borders() changed (b/w-scans)
bug in O0-detection fixed
* spelling fixes and new content for german, italian, english,
chinese and french
* XML validation fixes
* CSS cleanups
* lower depth for PNGs for the online version of the manual
* small changes to the build system
Add pambayer.
Add pamrgbatopng.
Add pamtilt. Thanks Gregg Townsend <gmt@cs.arizona.edu>.
pamtotiff: create from pnmtotiff.
pamtofits: create from pnmtofits.
pamaddnoise: crate from pnmaddnoise.
pamarith: Add -divide.
pammasksharpen: Add -sharpness.
pnmtopng: add -comp_mem_level, -comp_strategy, -comp_method,
-comp_window_bits, -comp_buffer_size.
pnmtopng: use Shhopt command line processor; replace
-chroma with -rgb, -phys with -size, -time with -modtime.
pnmremap: Handle multiple image stream.
xpmtoppm: Expand capacity from 2K character input lines to
8K character input lines.
libnetpbm: improved messages for "color xxx cannot be
represented precisely with maxval M"
libnetpbm color specification parsing: Improve warning message
about rounding.
libnetpbm/everything: speed up ppm_writeppmrow() and
pgm_writepgmrow() by doing one fwrite per row instead of
a pgm_writerawsample() per sample.
pnmtopng: fix "meaningful bits" optimization of PGM so it
optimizes all the way instead of stopping at 4 bits.
pnmtopng: fix crash when no -alpha option, due to dereferencing
of undefined alpha_mask.
pnmtopng: fix bug: arbitrary color made transparent in
paletted PNG when nothing should be transparent.
pnmtops: bug: selects wrong Postscript level.
bmptopnm: Don't crash on BMP with no color map.
bmptopnm: Fix wrong file name in error messages.
ppmtowinicon: use REALLOCARRAY instead of arithmetic-overflowing
realloc().
anytopnm: fix bug: fails when 'file' database doesn't
have mime type but does have human-readable type.
manweb: recognize directory as not executable in search of PATH.
pgm_allocrow(), ppm_allocrow(), pnm_allocrow(): cure
arithmetic overflow.
libnetpbm: On plain formats, check for sample value exceeding
maxval.
libnetpbm: reject maxval > 65535 in "pam" functions.
pamarith: Use normalized libnetpbm facilities to get
proper accuracy. Thanks Thomas Henlich
<http://sourceforge.net/users/thenlich/>.
pamarith: fix bug: shift functions don't work when maxvals
are not identical.
pamarith: fix rounding error on multiply.
pgmtexture: correct calculation of normalizing constants
for d > 1. Thanks Marc Breithecker
<Marc.Breithecker@informatik.uni-erlangen.de>.
pnmnorm: fix divide by zero crash.
pnmnorm: fix bug that doesn't let you specify
-luminosity, -colorvalue, or -saturation.
ilbmtoppm: fix variable used before set.
pnmtofits: fix 16 bit sample values > 2**15.
pnmtopsnr: minor adjustments to messages.
pnmnorm: don't crash when wvalue == bvalue. Thanks Thomas
<http://sourceforge.net/users/thenlich/>.
pnmnorm: fix rounding of output values. Thanks Thomas
<http://sourceforge.net/users/thenlich/>.
pnmhisteq: Fix external map to have width maxval + 1 instead
of maxval, so full intensity input pixels map properly.
pnmhisteq: Fix -rmap.
Fix typos in error messages in various programs.
pgmmedian: change syntax to Netpbm standard.
pammasksharpen: fix signedness bug that caused random bright
pixels at edges.
pammasksharpen: fix bug with maxval != 255.
Clean up a bunch of function prototypes so some broken
compilers don't complain about missing "const" in them.
Remove dependency of pnmtops on basename(). It isn't in
some C libraries and we don't want to mess with linking
extra libraries.
Build of ppmsvgalib: work properly when LINUXSVGALIB is
a "default path" value such as "libvga.so".
Collection.
Digikam is a simple digital photo management KDE application, which makes
importing and organizing digital photos easy. This package provides
Digikam's documentation.
Changes since last packaged version (0.7.2):
version 0.7.4
Updated translations.
version 0.7.3
- New plugin 'Blowup Photograph' using CImg library.
- New plugin 'Photograph Inpainting' using CImg library.
- New plugin 'Photograph Restoration' using CImg library.
- New plugin 'WhiteBalance'.
- New plugin 'Texture'.
- New plugin 'Blur FX'.
- New plugin 'Distortion FX'.
- New plugin 'Insert Text'.
- New plugin 'Infrared Film'.
- New plugin 'Channel Mixer'.
Note that DigiKam's documentation is now in the upcoming new package
digikam-doc.
Changes since last packaged version (0.7.2):
version 0.7.4
Updated translations
version 0.7.3
+ Showfoto : add image properties dialog like in digiKam, add RMB menu, Move
to trash/Delete File option, add setup dialog, add new option to toogle
thumbbar in fullscreen mode, DigikamImagePlugins support, load/unload plugins
dynamicly in according with setup, add statusbar, add splashscreen support,
add resize image option, add Print capability, add Key shortcuts and toolbar
configuration settings, add Edit/copy action, Undo/Redo actions, add showfoto
icon, GUI improvements.
+ Image filters levels and curves adjustments : add option to see over-exposed
pixels in preview effect (like with Acdsee(tm) tools).
+ Image histogram : color guide tool.
+ Image filters levels and curves adjustments : mouse tracking picker color
like in Gimp and Photoshop(tm).
+ Patch from Alfons Hoogervorst about histogram visible while viewing photo in
digiKam image editor and showfoto using blending.
+ digiKam Splashscreen from Andreas Fischer.
+ showfoto Splashscreen from Joern Ahrens.
+ Added a history based undo/redo function. The undo/redo icons in the toolbar
are popup-menus, which describes the actions on the image.
+ Add a new button to the album properties which calculates
the average date of the images in the album based on the EXIF
headers or the modification date of the images if the exif
headers are not available. It sets the date property of the album
to the average date.
+ New digiKam image editor plugin for black and white conversion :
- Since digikam include colors channel mixer, using this one for
BW conversion. Give best results than old implementation. BW
conversion are based on gimpguru.org tutorial
(http://www.gimpguru.org/Tutorials/Color2BW).
- This plugin has a dialog with preview effect.
- B&W filters available are : Neutral B&W, B&W with Green
filter(NEW), B&W with Orange filter(NEW), B&W with Red
filter(NEW), B&W with Yellow filter(NEW), Sepia,
Brown, Cold, Selenium, Platinum.
Bugs Fix : 103618 104005 103458 103515 105007 103147 105303 107155 103219
103445 103282 103243 102195 102322 100991 100987 100472 98706
Change MASTER_SITES to DigiKam's.
Summary of changes since last packaged version (0.1.0beta2):
(from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html)
From the previous beta version we have fixed a major amount of bugs,
and we would now like to have feedback so we can squash the remaining bugs.
New in this version is the flickr upload plugin: you can now easily upload
your images to the flickr server. Sendimages now has support for Thunderbird
and GmailAgent. We fixed numerous bugs in the CDArchiving plugin, it should
work fine again with K3b. Rename images had some issues, we rewrote the user
interface and fixed several bugs. The weekdays of the calendar were not
localized. We fixed the ImagesGallery, so you can export multiple tags to a
html-page. You can now rotate or flip your images lossless, while preserving
the timestamp. The rawconverter now supports dcraw>=6.x.
More information about the bugs can be found in the following bugreports:
108227, 98269, 89394,91651,100877,100568,110391,110659,110698,
110575,99895,104032,105727,110508,104511,97178,102219, 98199,
108537, 101110. 9943 .103282
Change MASTER_SITES to DigiKam's.
Summary ofchanges since last packaged version (0.1.1):
(from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html)
This release adds support for -f visibility and changes
some of the licenses, corrects the homepage URL and includes some doxygen
fixes.
GNU Ocrad is an OCR (Optical Character Recognition) program based
on a feature extraction method. It reads a bitmap image in pbm or
pgm formats and produces text in byte (8-bit) or UTF-8 formats.
Ocrad includes a layout analyser able to separate the columns or
blocks of text normally found on printed pages.
since 8.12, but the old distfile isn't available anymore.
PR: 31743 by Zafer Aydogan
Note this program has been discontinued by the author due to dispute
with Linux kernel developers regarding loading binary-only module (pwcx).
MAJOR CHANGES:
* Fixed important bug in custom tags handling code..
------------------------------------------------
CHANGES IN THE SOFTWARE CONFIGURATION:
* Applied patch from Patrick Welche (all scripts moved in the 'config'
and 'm4' directories).
* SConstruct, libtiff/SConstruct: Added the first very preliminary
support for SCons software building tool (http://www.scons.org/). This
is experimental infrastructure and it will exist along with the
autotools stuff.
* port/lfind.c: Added lfind() replacement module.
------------------------------------------------
CHANGES IN LIBTIFF:
* tif_dir.c: When prefreeing tv->value in TIFFSetFieldV also set it to
NULL to avoid double free when re-setting custom string fields as per:
http://bugzilla.remotesensing.org/show_bug.cgi?id=922
* tif_dir.c: Fixed up support for swapping "double complex" values (128
bits as 2 64 bits doubles). GDAL gcore tests now pass on bigendian
(macosx) system.
* libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to SHORTs
in the TIFFFetchByteArray(). Remove TIFFFetchExtraSamples() function,
use TIFFFetchNormalTag() instead as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=831 Remove
TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() instead.
* tif_print.c: Fixed printing of the BYTE and SBYTE arrays.
* tif_write.c: Do not check the PlanarConfiguration field in the
TIFFWriteCheck() function in case of single band images (as per TIFF
spec).
* libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}: Make
FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom.
------------------------------------------------
CHANGES IN THE TOOLS:
* tiffcp.c: Fixed WhitePoint tag copying.
------------------------------------------------
CHANGES IN THE CONTRIB AREA:
* tiffdump.c: Added support for TIFF_IFD datatype.
* addtiffo/{tif_overview.c, tif_ovrcache.c, tif_ovrcache.h}: Make
overviews working for contiguous images.
Version 2.12.1
--------------
- Several bug fixes from Lucas Rocha: fixes a crash reading broken
SVG files, fixes a crash when opening a symlink to an image,
and properly updates the status bar on opening.
- Translation Updaes: Vladimir Petkov (bg), Mahay Alam Khan (bn),
Miloslav Trmac (cs), Iñaki Larrañaga Murgoitio (eu), Ignacio
Casal Quinteiro (gl), Alessio Frusciante (it), Christian Rose (sv),
Clytie Siddall (vi)
Version 2.12.0
--------------
- Images opened with the sidebar enabled are now shown at 100% zoom
with a correct window size. Bug #315189. (Ryan Lortie)
- Fixed a crashing bug while using arrow keys to navigate a
directory. Bug #311086. (Lucas Rocha)
- Translation Updates: Vladimir Petkov (bg), Jordi Mallach (ca),
Miloslav Trmac (cs), Rhys Jones (cy), Hendrik Richter (de),
Kostas Papadimas (el), Stéphane Raimbault (fr), Gil Osher (he),
Gabor Kelemen (hu), Mohammad DAMT (id), Young-Ho Cha (ko),
Erdal Ronahi (ku), Žygimantas Beručka (lt), Michiel Sikkes (nl),
Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt), Mugurel
Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Baris
Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
Woodman Tuen (zh_TW)
Version 2.11.92
--------------
- Threading bug fix from Ross Burton.
- New Ukraininian translation of the manual.
- Translation Updates:
Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs),
Kostas Papadimas (el), Gabor Kelemen (hu), Žygimantas Beručka (lt),
Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt) , Mugurel
Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Maxim
Dziumanenko (uk), Woodman Tuen (zh_TW)
Version 2.11.90
---------------
- Bug fixes for dual-screen/multi-monitor display.
(Davyd Madeley)
- ICC color profile support, requires the Little CMS library
available at http://www.littlecms.com/ (Ross Burton)
- The thumbnail list of images is now updated dynamically
based on filesystem changes. (Philip Van Hoof)
- Printing and print preview bugs have been fixed. (Philip Van Hoof)
- Many small bug fixes and UI changes.
- Translation Updates:
Abdulaziz Al-Arfaj (ar), Vladimir Petkov (bg), Jordi Mallach (ca),
Miloslav Trmac (cs), Martin Willemoes Hansen (da), Hendrik Richter
(de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge
(en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki
Larrañaga Murgoitio (eu), Meelad Zakaria (fa), Ilkka Tuohela
(fi), Benoît Dejean (fr), Ignacio Casal Quinteiro (gl), Ankit
Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT
(id), Alessio Frusciante (it), Takeshi AIHANA (ja), Changwoo Ryu
(ko), Žygimantas Beručka (lt), Terance Edward Sola (nb), Pawan
Chitrakar (ne), Michiel Sikkes (nl), Åsmund Skjæveland (nn),
Terance Edward Sola (no), Zuza Software Foundation (nso), Bartosz
Kosiorek (pl), Guilherme de S. Pastore (pt_BR), Duarte Loreto
(pt), Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw),
Ivan Noris (sk), Laurent Dhima (sq), Игор Несторовић
(sr), Christian Rose (sv), (tamil), Theppitak Karoonboonyanan (th),
A. Alphan Bayazit (tr), Gheyret T.Kenji (ug), Maxim Dziumanenko
(uk), Clytie Siddall (vi), Canonical Ltd (xh), Funda Wang (zh_CN),
Woodman Tuen (zh_TW), Zuza Software Foundation (zu)
Version 2.11.0
--------------
- The status bar code has been reworked (Paolo Borelli)
- Preferences and Help dialogs now launch centered on the
parent window. (Paolo Borelli)
- Some small fixes to the zoom UI (Paolo Borelli)
- Color picker button has been rewritten to use new Gtk API
(Paolo Borelli)
- More UI fixes (Paolo Borelli, Dennis Cranston, Murali K.)
- Many bug fixes (Kjartan Maraas, Behdad Esfahbod)
- Portable to the Microsoft Windows platform (Tor Lillqvist)
- Translation Updates:
Vladimir Petkov (bg), Martin Willemoes Hansen (da),
Francisco Javier F. Serrador (es), Ivar Smolin (et),
Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl),
Terance Edward Sola (nb), Michiel Sikkes (nl),
Terance Edward Sola (no), Ivan Noris (sk),
Theppitak Karoonboonyanan (th), Gheyret T.Kenji (ug),
Funda Wang (zh_CN), Woodman Tuen (zh_TW)
Changes:
kpdf: Fix a crash some people when login out with kpdf running
kpdf: Make back button in konqueror work again
kpdf: Use the mimetype shell provides us (if any) instead of trying to
guess it
kpdf: Fix a crash in document available at poppler bug 3344
kpdf: Disable custom zlib based renderer as was giving problems with some
documents
kpdf: Fix some problems in document available at poppler bug 3299
kpdf: Fix regression that prevented the opening of some malformed files
kpdf: Fix some x86_64 problems
kpdf: Fix a crash in document available at poppler bug 3728
kpdf: Fix a crash in document available at poppler bug 3750
kpdf: Fix regression that made TOC crash
kpdf: Fix page number not displayed when re-opening PDF files
kpdf: Fix some painting issues of the minibar buttons
kpdf: Fix some small problems with the pageview
kpdf: Find PS fonts on NetBSD
KolourPaint: Prevent accidental drags in the Color Palette from pasting
text containing the color code
==============
Version 2.12.1
==============
* Release for GNOME 2.12.1
Translations
Mahay Alam Khan (bn), Iñaki Larrañaga Murgoitio (eu)
==============
Version 2.12.0
==============
* Release for GNOME 2.12.0
Translations
Dafydd Harries (cy), Francisco Javier F. Serrador (es),
Norayr Chilingaryan (hy), Dan Damian (ro), Leonid Kanter (ru)
===============
Version 2.11.92
===============
* Release for GNOME 2.11.92
Translations
Игор Несторовић (sr)
* Improve architecture independence
-- bug #316200 (Stanislav Brabec)
* Fix permissions of some installed png files to not be executable
-- bug #316173 (Stanislav Brabec)
* Fix installation of media and emoticons to use gnome instead of hicolor
-- http://bugzilla.novell.com/show_bug.cgi?id=91387 (Rodney Dawes)
* Change the volume-knob icon in all sizes, and replace 48x48 with svg
-- bug #408160 (Jakub Steiner)
* Updated translations [bg, bn, eu]
changes:
+ Runs under Python 1.5.2 and newer, including 2.4. You may need
additional libraries to build under 1.5.2; see instructions below.
+ New build procedure. The setup.py file now configures and builds
the core library as well as the bindings, in one step.
+ Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files.
Stub drivers can identify the file format, but relies on
application-provided drivers to read or write images in that
format.
+ Added experimental "LA" mode support. An "LA" image is an "L"
image with an attached transparency layer.
+ Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter"
classes to the ImageFilter module.
+ Improved support for applications using multiple threads on
systems with multiple processors and/or hyperthreading processors.
+ Added EXIF GPSInfo read support for JPEG files.
+ Lots of bug fixes and performance tweaks.
pkgsrc note: freetype and tiff support isn't built yet, should be
separate pkgs
While doing this, merge the librsvg2-gtk package into librsvg2. The reason
is that from now on the core library (librsvg) uses gdk, so there is no
gain in separating both things (the GTK+ dependency is needed anyway).
Also enable gnome-vfs support, as one of our dependents (libgsf) is already
pulling it in (so the new dependency is not "bloat"). For completeness,
enable libgnomeprint* support too.
2005-10-06 Dom Lachowicz <cinamod@hotmail.com>
* autogen.sh: Let librsvg build out of srcdir. Bug #158331
* test-display.c: Populate save dialogs with the SVG's name. Bug #318010.
* configure.in: Ditto
* rsvg-structure.c: Related to bug #318025, don't set has_width or has_height unless they are > 0.
* rsvg.c: Bug #168567, mega hack to make multiImage sort-of work.
* configure.in: 2.12.6
2005-10-06 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-paint-server.c: Backport Caleb's patch to 317871, fixing a crash
inside of libart for some gradients.
* rsvg-art-paint-server.c: Ditto
2005-10-04 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-shapes.c: Fix problems in non-C locales. Bug #317615
* configure.in: 2.12.5
2005-10-01 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: 2.12.4
* gdk-pixbuf-loader/io-svg.c: Because bug 308021 was fixed, and bug 317225 still
exists (although possibly not within librsvg itself), I've re-enabled a match for
"<?xml", with a priority of "1".
2005-10-01 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: bug 314593, support firefox-config
2005-09-29 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-filter.c: Fix bug #317549
* configure.in: 2.12.3
2005-09-25 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c: Bug 309660 - signedness issues
* configure.in: 2.12.2
2005-09-25 Dom Lachowicz <cinamod@hotmail.com>
* 2.12.1
* rsvg-structure.c:
* rsvg-shapes.c: Bug 371148 - C89 fixes
* gdk-pixbuf-loader/Makefile.am
* gtk-engine/Makefile.am: Bug 316803 - Win32 mingw build fixes
* moz-plugin/Makefile.am: Bug 316588 - add glib cflags to INCLUDES
* librsvg.spec.in: Backport from HEAD branch
2005-09-22 Rodney Dawes <dobey@novell.com>
* configure.in: GNOME_REQUIRE_PKGCONFIG doesn't exist, so remove it
so that we don't get a weird warning when running configure
2005-09-16 Dom Lachowicz <cinamod@hotmail.com>
* gdk-pixbuf-loader/io-svg.c: Scan the first 1024 chars for <svg. 100
Wasn't sufficient for a lot of icon themes.
2005-09-15 Dom Lachowicz <cinamod@hotmail.com>
* 2.12.0
2005-08-29 Christian Schaller <uraeus@gnome.org>
* Do 2.11.1 release
2005-08-26 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.[ch]: Unbreak dpi API. See bug 314628
* test-rsvg.c: Ditto
* test-display.c: Ditto
* gdk-pixbuf-loader/io-svg.c: Backport for the GdkPixbufLoader module
API changes, sot hat it does better pattern recognition.
2005-08-25 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg.c: disabled char nodes. Chopped off namespaces.
* configure.in: bumped version number to 2.11.0
Changes since 2.11.92
* Create icondir before installing into it and no / between destdir and icondir
(Tor Lillqvist)
* Install scalable application icons to hicolor
(Jakub Steiner)
* Make 48x48 filesystem icons be scalable again
-- bug #314346 (Jakub Steiner)
* Updated translations [cy, ru]
Changes since 2.11.91
* Add a generic image-viewer icon
-- bug #167087 (Jakub Steiner)
* Make 48x48 icons scalable so huge icons don't show up in menus
-- bug #313052 (Jakub Steiner)
* Remove Adobe logo from postscript-viewer icon
-- bug #313390 (Jakub Steiner)
* Remove Blender logo icons due to trademark issue (Jakub Steiner)
* Updated translations [id]
Changes since 2.11.90
* Remove icons or parts of icons as appropriate to remove trademarks
(Rodney Dawes)
* Remove KDE app info icons as the mime type is no longer used
(Rodney Dawes)
* Remove seagulls from OpenDocument mime type icons
-- bug #303599 (Jakub Steiner, Rodney Dawes)
* Add a DnD directory accept icon for 16px size
-- bug #306188 (Jakub Steiner)
* Remove 192px sized cdrom icon
-- bug #312099 (Jakub Steiner)
* Remove Firefox logo icon at 24px size
-- bug #312839 (Jakub Steiner)
* Updated translations [sr, sr@Latn, zh_TW]
Changes since 2.11.5
* Install image files required by symlinks so cp does not break on win32
(Rodney Dawes)
Changes since 2.11.4
* Add -f argument to $LN_S variable
-- bug #309635 (Rodney Dawes)
* Require automake 1.9 and use tar-ustar (Shaun McCance, Rodney Dawes)
Changes since 2.10.1
* More icons merged in from GPerfection theme (Jakub Steiner)
* More conversion of emblems to SVG (Jakub Steiner)
* New icon for Evolution (Jakub Steiner)
* Support for Win32 (Tor Lillqvist, Rodney Dawes)
* New stock_database icon at 16 and 24 px sizes
-- bug #132769 (Jakub Steiner)
* Fix python mime type icon
-- bug #167182 (Jakub Steiner)
* New and updated translations [gl, fa, rw, th, vi, xh, zh_TW]
libgnomecanvas 2.12.0
---------------------
What's new since 2.11.1:
Bug fixes:
- Win32 fixes (Tor)
Updated translations:
- Bulgarian, Canadian English, Catalan, Galician, Indonesian,
Kinyarwanda, Persian, Romanian, Vietnamese.
libgnomecanvas 2.11.1
---------------------
What's new since 2.10.0:
* Bug fixes:
- Fix a bunch of typos in the developer docs (Kjartan)
- Fixes for the perl bindings (scott at asofyet org)
- Make gnome_canvas_item_get_bounds() work with Rich
text items (Jean Bréfort)
- Dispose fixes (Arjan J. Molenaar)
- width_units property not readable for shapes (Jean Bréfort)
- Fix a crash in gnome_canvas_line_update() (Bob Gibbs)
- Use HYPER for interpolation in the gdk-pixbuf code path
(Daniel Llano)
- text-height and text-width are not writable (Olivier Andrieu)
- set item->canvas to NULL, once the canvas got destroyed
- experimentally moved source code management from CVS to GIT
- added iterator functions to script bindings
- more C-API tuning
- add "-c" switch to dot to explicitly generate plugin "config" file
instead of generating it as a side-effect of "dot -V"
- better support for binary relocation.
- plugin versioning and version checking
- clean up of header files
- provide statically linked "dot_static" (not incl. in rpms)
- additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo)
- add some information about plugins to "dot -v" output.
- lefty/dotty fixes
- fix bugs
This is a maintenance (bug-fix only) release
Three fixes in the 1.0.2 release deserve particular mention:
-Dashed curves
-Better support for multi-thread applications
-Many win32 compilation and rendering fixes
changes:
-new LUT editor (RGB and HSV)
-support for user defined sources
-vorticity filter
-support for the VolumeProMapper
-utility script to search the VTK docs
-bugfixes
it belongs, and where gcc 2.95.3 insists on it being. Fixes build on
NetBSD 1.6.2.
(I have committed the patch (and the memmem decl patch) to the master
ufraw repository.)
pkgsrc's change is to use bz2 archive.
RMagick 1.9.2
o Feature 2412, add the virtual_pixel_method attribute and the
VirtualPixelMethod enumeration
o Feature 2462, add the ticks_per_second attribute
xsane-0.96 -> 0.97:
-------------------
- write_smtp_footer(): changed ".\r\n" by "\r\n.\r\n", this
solves problems with microsoft exchange servers.
- translations: U=updated, N=not updated, A=added/new
cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
N N N N N N U N N A N N N N N N N N N N U
- xsane-save.c: xsane_copy_file(): removed fclose(infile) and
fclose(outfile)
this bug caused the error "*** glibc detected *** double free
or corruption (!prev): 0x........ ***" with new gelibc versions
xsane-save.c: xsane_copy_file_by_name(): added fclose(infile)
and fclose(outfile)
- rmoved gtk_events_pending() from the waiting loop in
xsane_back_gtk_get_filename, it looks like gtk_events_pending()
increases CPU load very much.
- xsane-scan.c: function xsane_reduce_to_lineart(): corrected
order of filenames in xsane_save_image_as_lineart()
- xsane_device_dialog(...): uses sane_control_option instead of
xsane_control_option to read option number 0. This means that
it is not needed that SANE_CAP_SOFT_DETECT is set for option
number 0
25/09/2005 - UFRaw-0.5 released, based on DCRaw v7.65.
* Read support for Nikon Tone Curve (NTC/NCV) files.
* Added a curve editor.
* Added control on the base curve (see the user guide for more information).
* Support the new DCRaw color matrices for better color rendering.
* More controls can be set from the command-line.
* Preliminary EXIF support.
* New UFRaw ID files contain all the conversion parameters and allow
for batch conversion.
* New 'ufraw-batch' replaces 'ufraw --batch'.
* Numerous other changes.
* Notice that the new Adaptive Homogeneity-Directed interpolation
is still not enabled.
Also, adds desktop file, and standalone nikon curve program. The
standalone dcraw that can be built with ufraw is not installed.
This is a leaf package. This will close PR #31299. Thank you,Ian.
PLIST slightly different than in the PR though. A few more
directories to remove.
This version brings a few bug fixes to the latest development release, version
1.2.92. Here is the list of fixes:
* Keyboard shortcuts for file operations now work even if no image is selec
ted.
* Pressing Enter to enter a folder works again.
* On the image view, the "hand" cursors have been replaced with standard cursors.
* The click/double-click behaviour of the bookmark view has been changed to
match the behaviour of the folder view.
* Icons of the folder KPart have been enhanced.
* Authentication dialogs should now always appear over the main window.
* Folders are no longer included in the image list of KIPI albums.
* A crash which could happen when loading indexed XCF files produced by rec
ent versions of GIMP has been fixed.
* A bug introduced in the previous version which caused EXIF information to
be removed after editing a comment has been fixed.
* The external tool dialog has been made a bit easier to use by disabling the detail widgets when no tool is selected.
* Avoid rare cases of the image KPart getting stuck.
* Double clicking on a thumbnail or the image view now toggles fullscreen instead of browse mode.
hadn't already fixed. The list:
http://sourceforge.net/project/shownotes.php?group_id=5128&release_id=349291
The problems fixed in this PKGREVISION bump:
* pnmtopng: can crash due to wild pointer if you don't use the
-alpha option.
* pammasksharpen: Multiple bugs cause it to produce incorrect
output.
* pnmhisteq: -rmap doesn't work.
Addresses my own PR pkg/31314, with thanks to Nathan Arthur for
bringing these patches to my attention.
PR pkg/31251 provided by Akio Obata.
RMagick 1.9.1
o Fixed bug #2157, Image#total_colors is now an alias of Image#number_colors
o Fixed bug #2155, Image#dispose= now accepts a DisposeType enum, #dispose
now returns a DisposeType enum.
o Fixed bug #2156, Image#properties no longer returns garbage for the property
name and value.
o Fixed bug #2190, Image#compose now returns a CompositeOperator
o Fixed bug #2191, Image#composite no longer abends when called
with 0 arguments
o Fixed bug #2213, ImageList#montage method no longer leaves the imagelist
corrupt after raising an ImageMagickError
o Feature #2159, added GrayChannel ChannelType enum value, BlendCompositeOp
and ColorBurnCompositeOp CompositeOperator enum values, RLECompression
CompressionType enum value, deprecate RunlengthCompression
o Feature #2172, added optional argument to crop and crop! to reset the saved
page offsets after cropping
o Deprecated Image#channel_threshold. This method is deprecated in ImageMagick.
o Feature #2373, change Image#import_pixels to accept a pixel data buffer
as well as a pixel data array. (Thanks to Ara T. Howard for this suggestion!)
o Fixed to compile without errors with ImageMagick 6.2.4-4.
* New menu entry to open a directory.
* Initial Kinyarwanda translation.
* Vietnamese translation.
* "Pause" as a keybinding to toggle the slideshow.
* Files are sorted in natural order, such that 2.jpg comes before 10.jpg.
Changes 1.9.2:
* Faster loading of collections.
* Faster switching between images.
* Added an option to keep transformations between images.
* Turkish translation
error: invalid lvalue in assignment
in editor/pnmaddnoise.c.
This was noticed on DragonFly with gcc 3.4.5.
Found idea from DarwinPorts.
Also tested on NetBSD 2.0.2 (gcc 3.3.3) and Linux (gcc 3.3.5).
I do not know if this is improved in netpbm upstream yet.
Okay'ed by maintainer.
strips out the logic that determines which integer types are available,
and yet building the jasper library relies on those integer types to
be correctly provided. Just punt on the whole thing and use the
graphics/jasper dependency instead. This fixes building netpbm on
Solaris and older versions of FreeBSD.
Bump the PKGREVISION to 1. The jasper library is only linked into two
executables, so there is no need to do a recursive PKGREVISION bump.
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
Package now depends on libexif.
Website says:
One month after 1.2.91, here is 1.2.92, featuring the following
changes:
* New features:
* The slide show can now display images in random order.
* New shortcuts have been introduced to browse the folder hierarchy
(Patch by Michael Rolf):
* Alt+Down goes to the first sub-folder
* Alt+Backspace goes to the previous folder
* Alt+Space goes to the next folder
It is now possible to scroll images with the keyboard. (Patch by
Michael Rolf)
A new view has been added to quickly access bookmarks.
Images are now prefetched in advance also when browsing in the
thumbnail view using the cursor keys or keys for next/previous.
In full screen mode, pressing Enter will toggle the full screen bar.
KIPI plugins can now access JPEG comments.
Zoom in and out actions have been added to the KParts.
An "Other..." entry has been added to the external tools menu.
The drag'n'drop popup menu now contains an entry to create a
symbolic link.
Fixes:
* In the thumbnail view, folder and archive filenames are always
shown, even if the user choose to hide image filenames.
* When right clicking on files from the folder KPart, the Konqueror
popup menu will now appear, instead of Gwenview's menu.
* The context menu which appears when right clicking on the
background of a file view now shows information relative to the
current folder, rather than the current image.
* The destination URL is now set to the current URL in KIPI plugins.
* The folder name is used as the album name for KIPI plugins.
* The JPEG comment editor has been fixed to avoid adding a dummy
character at the end.
* Double click behaviour has been changed to always toggle browse
mode.
And:
New development version: 1.2.91
* The file view now features three modes: details, thumbnail with
info on the right and thumbnail with info on bottom. In the "info
on the right" mode, the file name, date, image size and file size
are displayed. In the "info on bottom" mode, the user can choose
what information should be displayed.
* The thumbnail size can now be set with a slider.
* Thumbnail can now be as big as 256x256.
* Non-blocking image preloading in advance.
* With two-pass painting, turn off dithering in the first pass for a
small performance improvement with non-truecolor displays.
* Hints for mouse usage in the image view are shown in the status
bar.
* In addition to the file count, the status bar now shows the
current image position.
* Two variables have been introduced for the On Screen Display: %n
is the current image position, %N is the image count.
* An option has been added to disable automatic rotation of images.
Fixes:
* Progressive JPEG files are really shown progressively.
* In the thumbnail view, make sure we report image sizes for JPEG
with embedded thumbnails.
* The JPEG loader has been fixed so that it doesn't crash on some
broken JPEGs.
* Fix premature end when decoding MNG images.
* Gwenview now dynamically links with installed version of libexif
not installed. Using it is considered deprecated.
* The "best" smoothing algorithm has been tweaked to produce
slightly less blurry results.
* External tools are now sorted by name in the menu and the dialog.
Add ppmdraw.
Add pammixinterlace. Thanks Bruce Guenter <bruceg@em.ca>.
Add pgmmedian.
Add pnmaddnoise.
pnmtopclxl: add -rendergray option.
pnmtopclxl: add -jobsetup option.
pstopnm: add -dSAFER Ghostscript option.
pnmcrop: add -margin option.
pnmcrop: add -borderfile option.
pnmnorm: add -luminosity (which was already default),
-colorvalue, and -saturation.
pnmtopng: Don't include any alpha info if supplied alpha mask
is all opaque.
ppmcie: Make white point mark more visible.
pamdice: Remove restriction of 100 slices in each direction.
pnmtopng: Fix bug: erroneous transparent pixels when supplied
alpha mask is all opaque.
Fix bytesToWordInt(): converts incorrectly on a machine that
has pointer size != word size and uses the general case code.
libnetpbm: fix basic pm_readlittleshort() bug introduced
in 10.27. Affects mdatopbm, rawtopgm, lispmtopgm,
pcxtoppm, winicontoppm, bmptopnm, sirtopnm, xwdtopnm,
cameratopam.
pamlookup: fix universal crash. Thanks "Colley, Anthony
W." <Anthony.Colley@ngc.com>
pbmtolj: fix bug from 10.28: crashes with a line which is
a multiple of 8 plus 7 pixels wide not counting white right
margin.
ppmtompeg: fix uname() rc test (sometimes > 0 is success).
- use graphics/jasper instead of built-in jasper which has little hope
of building on Solaris
- use putenv() instead of setenv()
- fix abuse of _XOPEN_SOURCE
no PKGREVISION bump as no dependency change except on Solaris, where
this didn't build before.
this way, configure will continue, even with no ghostscript installed
at build time. I realli don't want a hard dependency on a specific version.
Should fix build error seen in bulk build.
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
* In addition to hot pixels in an otherwise black image, the `jpeghotp'
program can now also find dead pixels in an otherwise white image.
* Fail gracefully if the locale cannot be set.
Permission to copy and distribute XV in its entirety, for
non-commercial purposes, is hereby granted without fee, provided that
this license information and copyright notice appear in all copies.
Note that distributing XV 'bundled' in with any product is considered
to be a 'commercial purpose'.
Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and
because the binary package does not include source.
If you redistribute XV, the *entire* contents of this distribution
must be distributed, including the README, and INSTALL files, the
sources, and the complete contents of the 'docs' directory.
The software may be modified for your own purposes, but modified
versions may not be distributed without prior consent of the author.
pull in the Jumbo patches from http://www.sonic.net/~roelofs/greg_xv.html.
As far as I can see this covers all our existing patches for added
functionality, although I cannot claim that I have tested each and
every one of them in the new version.
These patches disable a number of image formats that I think are less
common, which have potential heap overflows in the code due to in-
sufficient validation of image dimensions.
The version of the Jumbo patch used here is the 20050501 version.
Package revision bumped to nb10.
changes:
1.274
Fixed the Kodak NC2000F, and improved the Minolta DYNAX 5D.
Correctly flip NEF files that Nikon Capture has modified.
1.273
Support Adobe DNG version 1.1.0.0.
1.272
Added the Leaf Aptus 17.
1.271
Fixed gcc warning.
1.270
Fixed serious problems with the Imacon Ixpress.
Moved most verbose messages out of main().
1.269
Various changes regarding headerless raw photos.
Support the Nikon D50 with camera white balance.
----------------------------
revision 1.268
Added AVT and ISG cameras.
o require at least gcc 3.4 on x86_64, as 3.3 gets an ICE.
o depends on zlib>=1.2.1, which is povray's requirement, so that the
package doesn't try to use its own zlib and libtiff (for some reason
configure fails to configure the provided libs properly when gcc 3.4 is
used)
Bump PKGREVISION.
* Appending from files does not set the string for "last loaded file". That could give an accidentally save over of used library files.
* International Font support was broken for non-Latin fonts.
* Other fixes
Changes:
* kpdf: Improve the rendering of pageview message on some decorations
* kpdf: Made TOC work with a single click
* kpdf: Make TOC links to external documents work
* kpdf: Make opening pdf from hyperlinks work again
* kpdf: Try fix for sizing problem
* kpdf: Try fix for pdf regeneration problems
* kpdf: Address bar does not update when changing pdf within inside kpdf
* kpdf: Some improvements in rendering
* KolourPaint: Enforce text box font height to prevent e.g. Chinese
characters in buggy fonts from enlarging the text box and putting the
cursor out of sync with the text
* KolourPaint: Clicking in a text box selects a character based on its
midpoint - not leftmost point - to be consistent with all text editors
(esp. noticeable with big fonts)
* KolourPaint: Return and Numpad 5 Key now draw
* KolourPaint: Tool Actions placed outside the Tool Box resize with their
toolbars
* KolourPaint: Ensure Color Similarity maximum is 30, not 29 due to gcc4
* KolourPaint: Tool Box traps right clicks (for the RMB Menu) on top of
tool options widgets and the empty part of the Tool Box
Behavioral changes
------------------
Clips are changed to only affect destination operands, not
sources. This gives the desired behavior for cairo. If the X server's
Render implementation wants to use pixman it will have to select
source clipping, (presumably through a new API call that we can add at
that poin).
Bug fixes
---------
Fix leak of the clip region associated with an image in
pixman_image_destroy.
Fix units for stride return to be FbStip-sized, (this bug was causing
non antialiased text in cairo to appear as garbage).
Other changes
-------------
The implementation has been merged considerably with xserver/fb. Most
of the merge was just name changes, but there were likely some bug
fixes or performance improvements in there as well.
* Flowed text: text objects that automatically reflow in any shape (not
only rectangle).
* Text selection: finally you can shift+arrow or drag over part of a
text and apply any style to the selected span.
* Gradient tool: a completely redesigned and much easier to use gradient
interface, with gradient handles displayed right on canvas.
* Effects are now usable from within Inkscape on all platforms; this
version ships with a collection of effects including path
interpolation, randomization, and various fractal algorithms.
* Color swatches: a standard facility in most graphic software, now in
Inkscape too.
* Colored clones: clones can now be painted differently from their
original.
* Tile tracing: the Tile Clones dialog can trace the existing image with
the tiling, producing a multitude of exciting effects.
* Grid arrange, baseline align, unclumping: new powerful ways to arrange
objects.
* Better PS/EPS export: gradient support, better text handling, a
command line option for batch export.
* Command line SVG analysis: use Inkscape from the command line to query
coordinates and dimensions of objects in an SVG file.
* Better SVG/CSS compliance: notably, internal CSS stylesheets are now
supported (read-only).
* OS X support: In addition to Linux and Windows, Inkscape 0.42 is
available as a fully self-contained dmg package for Mac OS X.
checksum and size were correct and I managed to download the outdated
version from two different hosts. Must be Monday ...
Oh yes, bump the package revision again.
JPEG pictures with certain EXIF data, like those from SONY, Nikon
or Canon digital cameras.
Obtained from libexif CVS, exif-data.c, rev. 1.68, via FreeBSD.
Noted by Leonard Schmidt on tech-pkg.
* Increased version for GNOME 2.10 release version.
Changes 2.8.0:
* Increased version for GNOME 2.8 release version.
Changes 2.7.2:
* Now builds against latest gnome-vfs 2.7 API.
Changes 2.7.1:
This is the first version for GNOME 2.7/2.8 with additional API:
* Added Address.
* Added ResolveHandle.
* Added DnsSd functions.
* Drive: Added get_hal_udi().
* Volume: Added get_hal_udi().
adamnb:{23} more libgnomecanvasmm.txt
Changes 2.10.0:
* Increased version for GNOME 2.10 release version.
* WIN32 build fixes
* Alpha build fix
Changes 2.8.0:
* Increased version for GNOME 2.8 release version
the configuration from examples to configuration directory). Bump
PKGREVISION.
graphics/gimp/Makefile CVS:
----------------------------------------------------------------------
OBATA Akio.
Changes:
o Added Image#monitor=, Image::Info#monitor=.
Deprecated Magick.set_monitor.
o Fixed bug #2070, support color names with embedded spaces
o Fixed bug #2109, properly scope Magick constants in RVG
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,
USE_TOOLS+= perl:run
Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
Many bugfixes and several new features. The runtime endianness check
has been replaced with the compile time one. Support has been added
for the new predictor type (floating point predictor) defined at the
TIFF Technical Note 3, for custom tags passed by value, and for all
DNG tags.
without losing any information. The idea has been inspired from pngcrush, and
is explained in detail in the PNG-Tech article: "A Guide to PNG optimization"
<http://www.cs.toronto.edu/~cosmin/pngtech/optipng.html>. The implementation
is carried forward in OptiPNG, which offers a faster execution per trial, and
a wider search space.