Age | Commit message (Collapse) | Author | Files | Lines |
|
2015-07-04 6.9.1-7 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-7, SVN revision 19121.
2015-06-27 6.9.1-7 Eric Dalquist
* Fixed and escaped output of the json coder. (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894).
2015-06-25 6.9.1-7 Cristy <quetzlzacatenango@image...>
* Support BPG image format (respects -quality option).
* A bordered transparent image now remains transparent (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937).
* The -update option behavior restored (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939).
|
|
improves multi threading, adds contexts and a new locking plug-in type, among bugfixes and other minor features. If you run lcms in multiple threads, upgrading to this version is highly recommended.
|
|
- Added test for GimpPaletteFile 1324
- Fixed ValueError in Python 2.6 1315 1316
- Fixed tox test script path 1308
- Added width and height properties 1304
- Update tiff and tk tcl 8.5 versions 1303
- Add functions to convert: Image <-> QImage; Image <-> QPixmap 1217
- Remove duplicate code in gifmaker script 1294
- Multiline text in ImageDraw 1177
- Automated Windows CI/build support 1278
- Removed support for Tk versions earlier than 8.4 1288
- Fixed polygon edge drawing 1255 (fixes 1252)
- Check prefix length in _accept methods 1267
- Register MIME type for BMP 1277
- Adjusted ImageQt use of unicode() for 2/3 compatibility 1218
- Identify XBM file created with filename including underscore 1230 (fixes 1229)
- Copy image when saving in GifImagePlugin 1231 (fixes 718)
- Removed support for FreeType 2.0 1247
- Added background saving to GifImagePlugin 1273
- Provide n_frames attribute to multi-frame formats 1261
- Add duration and loop set to GifImagePlugin 1172, 1269
- Ico files are little endian 1232
- Upgrade olefile from 0.30 to 0.42b 1226
- Setting transparency value to 0 when the tRNS contains only null byte(s) 1239
- Separated out feature checking from selftest 1233
- Style/health fixes
- Update WebP from 0.4.1 to 0.4.3 1235
- Release GIL during image load (decode) 1224
- Added icns save 1185
- Fix putdata memory leak 1196
- Keep user-specified ordering of icon sizes 1193
- Tiff: allow writing floating point tag values 1113
|
|
|
|
|
|
|
|
The package facilitates the creation of colorful boxes with a
title and logo. It may use either tikz or PSTricks as graphics
engine.
|
|
|
|
2015-06-13 6.9.1-6 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-6, SVN revision 18945.
2015-06-14 6.9.1-6 Cristy <quetzlzacatenango@image...>
* Cache cloning on disk optimized with sendfile() (if available).
* Add an additional check for end-of-file for the RLE coder (reference
http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
* Respect resource limits in AVS coder.
2015-06-13 6.9.1-6 Glenn Randers-Pehrson <glennrp@image...>
* Reverted change to 6.9.1-3 that skipped palette-building.
2015-06-13 6.9.1-5 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-5, SVN revision 18882.
2015-06-03 6.9.1-5 Cristy <quetzlzacatenango@image...>
* Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)).
* DrawGetVectorGraphics() now returns proper XML (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751).
* Support writing EXR files with different color types (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759).
* Prefer PKG_CHECK_MODULES() when searching for delegate libraries.
* Throw exception if frame option bevel exceeds to the image width / height.
* Resolve undefined behaviors (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811).
|
|
2.56 * Fix Makefile.PL so that it works again.
2.55 * Great simplification of regression framework ought to fix make test problems.
* Replace ExtUtils::MakeMaker script with Module::Build system
(just in time for Module::Build to be deprecated).
* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
2.54 Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
|
|
|
|
|
|
Changelog:
2.30.8
======
* Add missing nullability annotations
* Documentation improvements
* Translation updates
2.30.7
======
* Documentation fixes
2.30.6
======
* Add annotations to gdk_pixbuf_save_to_buffer
* Win32 build fixes
* Translation updates
2.30.5
======
* Convert documentation to markdown
* Translation updates
2.30.4
======
* Make test suite robust against disabled formats
* Fix test failure when using libpng without iTXt support
* Translation updates
|
|
Changelog:
2015-06-21 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff 4.0.4 released.
* configure.ac: Add a HAVE_FOO Automake conditional for each
add-on library.
* test/Makefile.am (JPEG_DEPENDENT_CHECK_PROG): raw_decode
requires JPEG support to compile. Use Automake conditional to
only include it when JPEG support is available.
* html/build.html: Try to improve the nmake-based VC++ build
description.
* libtiff/tiffconf.vc.h: Build fixes based on testing.
* libtiff/tif_config.vc.h: Build fixes based on testing.
* libtiff/libtiff.def: TIFFRasterScanline does not exist so remove
export for it.
2015-06-20 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tif_config.vc.h: Make adjustments to match the new
definitions that configure produces, including for WIN64. Still
needs to be tested.
* configure.ac: For 64-bit MinGW, fix SSIZE_FORMAT formatting
specifier. 64-bit MinGW supports 'long long' but support for
'lld' is not assured by the run-time DLLs and so GCC warns.
Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition
and printf format specifier to deal with printing values of
'size_t' type. In particular, this was necessary for WIN64.
Added a configure test for if the system headers provide 'optarg'
(normal case) and block out the many explicit 'extern' statements
in the utilities. This was found to be necessary under Windows
when getopt is in a DLL and the symbols are already imported with
dllimport via standard header files.
* test/raw_decode.c (XMD_H): Avoid conflicting typedefs for INT32
and boolean in MinGW build due to including jpeglib.h.
* test/rewrite_tag.c (main): Fix problem with location of variable
declaration.
* libtiff/libtiff.def: Added exports for TIFFGetConfiguredCODECs,
TIFFReadRGBAImageOriented, TIFFSetCompressionScheme,
TIFFSwabArrayOfTriples, TIFFVGetFieldDefaulted, _TIFFCheckRealloc,
TIFFRasterScanline, TIFFSetErrorHandlerExt,
TIFFSetWarningHandlerExt, TIFFNumberOfDirectories,
TIFFCreateCustomDirectory, TIFFCreateEXIFDirectory,
TIFFWriteCustomDirectory, _TIFFRewriteField as recommended by
Roger Leigh and justified by use in libtiff tests, documentation,
and changelog notes. Also sorted symbol list and removed
duplicate entries.
2015-06-16 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tif_getimage.c: Fix four Coverity issues related to
unintended sign extension.
2015-06-16 Even Rouault <even.rouault at spatialys.com>
* libtiff/tif_unix.c: fix compilation with MSVC (fix by Jeff McKenna)
2015-06-14 Lee Howard <faxguy@howardsilvan.com>
* libtiff/tif_unix.c: contribution from Vadim Zeitlin on
Bugzilla Bug #2510 fixes several harmless but still annoying
warnings
* configure: contribution from Ludolf Holzheid on Bugzilla
Bug #2498. Adds an option to select the file I/O style on
Windows hosts.
* libtiff/tif_getimage.c: contribution from Gary Cramblitt
on Bugzilla Bug #2409. Correct reading of certain tiled TIFFs.
* configure, configure.ac: contribution from Marcos H. Woehrmann
on Bugzilla Bug #2405. Correct shell equality operator.
* tools/tiffgt.c (raster_draw): contribution from Jay Berkenbilt
on Bugzilla Bug #2401. Appropriately call glFlush().
* tools/tiff2pdf.c: change ColorTransform from "0" to "1"
following Bugzilla Bug #2150.
2015-06-13 Lee Howard <faxguy@howardsilvan.com>
* libtiff/tif_lzw.c: contribution from Andy Cave - decode
files that contain consecutive CODE_CLEAR codes.
* tools/tiff2pdf.c: contribution from Antti S. Lankila on
Bugzilla Bug #2078. Suppress initial output of the header.
* tools/tiff2pdf.c: contribution from Yuriy M. Kaminskiy -
Take care in using the return value from snprintf().
* tools/tiffcrop.c: contribution from Eduardo Robles Elvira -
correctly copy the compression tag from the source TIFF.
* tools/tiff2ps.c: contribution from Eduardo Robles Elvira -
correct sizing and scaling problems with output document.
2015-06-10 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tif_jpeg.c (JPEGDecode): Split JPEGDecode() into two
clean implementations in order to avoid pre-processor hell. Only
one of the implementations is used in a given build.
2015-06-08 Even Rouault <even.rouault at spatialys.com>
* libtiff/tif_jpeg.c: Fix compilation in BITS_IN_JSAMPLE == 12
case
2015-06-07 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tif_write.c (TIFFWriteEncodedStrip): Fix Coverity 715975
"Division or modulo by zero".
(TIFFWriteEncodedTile): Fix Coverity 715976 and 715977 "Division
or modulo by zero".
(TIFFWriteRawStrip): Fix Coverity 715978 "Division or modulo by
zero".
(TIFFWriteScanline): Fix Coverity 715979 "Division or modulo by
zero".
* libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973 and
715974 "Division or modulo by zero".
2015-05-31 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tif_dir.c (TIFFNumberOfDirectories): Quiet Coverity
1134470 "Logically dead code" by making the roll-over check
explicit.
* libtiff/tif_luv.c (LogLuvDecodeTile): Fix Coverity 991227
"Division or modulo by zero".
(LogLuvDecodeStrip): Fix Coverity 991239 "Division or modulo by
zero".
(LogLuvEncodeStrip): Fix Coverity 991240 "Division or modulo by
zero".
(LogLuvEncodeTile): Fix Coverity 991241 "Division or modulo by
zero".
* libtiff/tif_dirread.c (TIFFReadDirEntryDoubleArray): Fix
Coverity 298626 "Logically dead code".
(TIFFReadDirEntryFloatArray): Fix Coverity 298627 "Logically dead
code".
(TIFFReadDirEntryIfd8Array): Fix Coverity 298628 "Logically dead
code".
(TIFFReadDirEntrySlong8Array): Fix Coverity 298629 "Logically dead
code"
* libtiff/tif_dir.c (TIFFNumberOfDirectories): Don't depend on ++
operator precedenc in evaluation. Might quench Coverity 1134470
"Logically dead code".
* libtiff/tif_jpeg.c (JPEGDecode): Fix Coverity 602597 "Operands
don't affect result". This change uses ifdefs to include
applicable code based on properties of libjpeg. Still needs to be
re-tested with 12-bit "6b" and "MK1".
2015-05-30 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tif_dirwrite.c (_TIFFRewriteField): Fix Coverity 1024310
"Resource leak".
* libtiff/tif_ojpeg.c (OJPEGReadHeaderInfoSecStreamDht): Fix
Coverity 601720 "Resource leak".
* libtiff/tif_jpeg.c (JPEGCleanup): Fix Coverity 298624
"Dereference before null check".
* libtiff/tif_ojpeg.c (OJPEGReadBufferFill): Fix Coverity 603400
"Missing break in switch".
* contrib/addtiffo/tif_overview.c (TIFF_DownSample): Check buffer
size calculation for overflow.
* contrib/addtiffo/addtiffo.c (main): Possibly address Coverity
1024226 "Untrusted value as argument".
* tools/gif2tiff.c (readgifimage): Fix Coverity 1024222 "Untrusted
value as argument".
(checksignature): Fix Coverity 1024894 "Ignoring number of bytes
read".
(readextension): Fix Coverity 1024893 "Ignoring number of bytes
read".
(readgifimage): Fix Coverity 1024890 "Ignoring number of bytes
read".
(readraster): Fix Coverity 1024891 "Ignoring number of bytes
read".
(readgifimage): Fix Coverity 1024892 "Ignoring number of bytes
read".
* tools/tiff2pdf.c (t2p_readwrite_pdf_image): Fix Coverity 1024181
"Structurally dead code".
* tools/raw2tiff.c (main): Fix Coverity 1024887 "Unchecked return
value from library".
(guessSize): Fix Coverity 1024888 "Unchecked return value from
library".
(guessSize): Fix Coverity 1214162 "Ignoring number of bytes read".
(guessSize): Fix Coverity 1024889 "Unchecked return value from
library".
* tools/tiff2pdf.c (t2p_readwrite_pdf_image): Fix Coverity 298621
"Resource leak".
(t2p_readwrite_pdf_image): Fix Coverity 1024181 "Structurally dead
code".
(t2p_write_pdf): Fix Coverity 1227690 "Unused value".
2015-05-29 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* contrib/iptcutil/iptcutil.c (formatIPTC): Fix Coverity 1024468
"Infinite loop".
(formatIPTC): Fix Coverity 1024727 "Truncated stdio return value".
(formatIPTC): Fix Coverity 1214240 "Untrusted loop bound".
2015-05-28 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): Fix
Coverity 298615 "Resource leak".
(TIFFGetOvrBlock): Fix Coverity 1024649 "Unintended sign
extension".
* tools/bmp2tiff.c (main): Fix Coverity 1024225 "Untrusted value
as argument".
(main): Fix Coverity 1024678 "Unchecked return value from
library".
(main): Fix Coverity 1024679 "Unchecked return value from
library".
(main): Fix Coverity 1214160 "Ignoring number of bytes read".
* contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): Fix
Coverity 298615 "Resource leak".
* tools/tiffcp.c: Fix Coverity 1024306, 1024307, 1024308, 1024309
"Resource leak".
* tools/tiffsplit.c (cpTiles): Fix Coverity 1024304 "Resource
leak".
(cpStrips): Fix Coverity 1024305 "Resource leak".
2015-05-27 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* tools/ras2tiff.c: Fix Sun Raster header definition to be safe
for 64-bit systems. Add some header validations. Should fix many
Coverity issues.
(main): Fix Coverity 1301206: "Integer handling issues (BAD_SHIFT)".
(main): Quiet Coverity 1024223 "Untrusted value as argument".
* tools/tiffmedian.c (GetInputLine): Fix Coverity 1024795 "Nesting
level does not match indentation".
(get_histogram): Quiet Coverity 1024386 "Out-of-bounds read".
This was a benign mis-diagnosis but added code to enforce against
buffer overflow.
* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical
vs. bitwise operator".
(readContigStripsIntoBuffer): Fix Coverity 1024545 "Division or
modulo by zero".
(readContigTilesIntoBuffer): Fix Coverity 1024586 "Logically dead
code".
(writeSingleSection): Fix Coverity 1024796 "Nesting level does not
match indentation".
(writeCroppedImage): Fix Coverity 1024797 "Nesting level does not
match indentation".
(loadImage): Fix Coverity 1299741 "Dereference before null check".
(loadImage): Fix Coverity 1299740 "Out-of-bounds write".
2015-03-02 Even Rouault <even.rouault@spatialys.com>
* tools/tiffdither.c: check memory allocations to avoid writing to
NULL pointer. Also check multiplication overflow. Fixes #2501,
CVE-2014-8128. Derived from patch by Petr Gajdos.
|
|
Changelog:
GD team proudly announces that the 2.1.1 version of GD Graphics Library
has been released. We have fixed some reported bugs and improved the build
scripts (cmake and configure). See the Changelog files for a full list
with details or CVEs.
This is a recommended update.
|
|
|
|
|
|
Lensfun 0.3.1 maintenance release is out with more than 60 new lens profiles and another 30 updated calibrations.
Other changes:
Improved performance when used with 32-bit float image buffers
Introduced automated testing
lensfun-update-data now also works without root privileges
Fixed autoscaling for panoramic and equirectangular projections
|
|
version, otherwise those dependency builtins are not included when
building x11-links. Fixes missing libxcb links on Linux.
|
|
|
|
enabling DRI3 on Linux. Fixes EL6 which has builtin versions that
are too old.
|
|
Highlights from the release notes:
* Install symbolic app icon (Jakub Steiner)
* Improvements to UI changes based on initial feedback (Felix Riemann)
* Adjust UI tests for UI changes (Vadim Rutkovsky)
* More cleanup after the first round of UI modernization
* Make GAction plugin interface actually usable by plugins
NOTE: Plugins using the old GtkUIManager interface won't work anymore!
* Modernize the GUI (Allan Day, Jente Hidskes, Felix Riemann)
* Migrate to GAction (Jente Hidskes, Felix Riemann)
* Fix preferences dialog when using aggressive linker settings (Felix Riemann)
* Fixed a few memory leaks (Boris Egorov, Felix Riemann)
For full details see:
https://git.gnome.org/browse/eog/tree/NEWS?id=3.16.2
|
|
* Remove references to kpathsea xmalloc, and enable non-GNU malloc
* dvi.c: Fix long sleep interval in --follow
* Remove support for the now dead libt1
* special.c: Use <sys/wait.h>
* color.c: Fix segfault at missing xcolor.sty
* set.c: Added check for out of memory in libgd allocate
* ft.c: Add warning for missing target_light hinting
* dvipng.c: Use return value of fgets better
|
|
Improved reporting of invalid chunk names. Does not try to put
non-printable characters in STDERR; displays hex numbers instead.
Fixed include path for utime.h on MSVC (Louis McLaughlin).
Eliminated "FAR" memory support (it was removed from libpng at version
1.6.0).
Disabled the "-already_crushed" option which does not really work well.
|
|
Use gtk3's gtk-update-icon-cache.
3.16.2
- better metaphor for rotation allowed (bug #747117)
- preferences-desktop-font for font-viewer
- translations
3.16.0
- translation updates
3.15.92
- symbolic application-system
- a11y icons for shell (bug #746022)
- generic firmware mimetype icon
3.15.90
- image manipulation action icons for symbolic (Photos)
- less bulky folders
- fullcolor mark location
- grid alignment for some symbolics
- translations
3.15.1
- no hard dep on gtk-update-icon-cache (bug #739290)
- missing icons needed for HC theme (bug #732511)
- updated translations
|
|
native X has libGL.so.2. Split the difference and look for libGL.so.
|
|
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.
|
|
ChangeLog:
http://git.finalrewind.org/feh/plain/ChangeLog
Sun, 24 May 2015 11:45:18 +0200
* Release v2.13.1
* Fix --scale-down breaking image centering in fullscreen mode
Sun, 17 May 2015 20:40:36 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.13
* print --verbose output to stderr
* Show progress when using --verbose and --loadable / --unloadable
* ~/.fehbg is now a shell script and can be executed directly
(sourcing it still works)
* --max-dimension: ignore width/height limit of 0 pixels
* Do not re-render images when toggling keep_zoom_vp
* feh/themes: Support quoting with '' too (previously, only "" worked)
* Fix potential out of bounds array access in EXIF code
(when built with exif=1)
Wed, 08 Apr 2015 11:18:41 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.12.1
* Handle missing HOME in environment
* Fix memory leak when a slideshow contains many unloadable images
* Fix memory leak when --prelaod removes files from the filelist
|
|
Apparently this will be required by GTK3 soon.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
|
|
dia-0.97.3: 2014-09-05
* Fix double free with some SVG rendering (regression from Dia 0.97.2)
* Fixes to cope better with updated versions of Dia's dependencies:
- don't crash at start-up with ABI breaking GLib 2-36
- don't assert in cairo 1.12 with invalid arc parameters
- avoid kerning problems (character overlap) for all Pango versions
- fix image files to be loadable by libpng16
* Backport fixes for some seldom crashes and other annoyances, see:
http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.3
* Update translations for Brazilian Portuguese, German, Hungarian,
Polish, Romanian, Serbian and Slovenian
|
|
|
|
MesaLib-10.5.7 2015-06-07
"The current release includes over a dozen nouveau fixes (mostly targeting
nv30/nv40 era hardware), i965 patches and a crash fix common to all the
gallium dri modules."
MesaLib-10.5.6 2015-05-24
"This time around we have fixes from all over mesa - core mesa, driver
specific patches (i965, nouveau, freedreno), reentrancy improvements
in Clover (OpenCL), GLX and EGL loader patches, and Darwin build fixes."
|
|
|
|
|
|
|
|
Update HOEPAGE.
No changes are available except commit log.
<https://github.com/flori/tins/commits/master>
|
|
4.2.7
* Fix Ruby 1.9.3
4.2.5
* Fixed MiniMagick::Image#details parsing
4.2.4
* Fixed detecting MiniMagick version
* Fix the private method 'format' called on mogrify for real
4.2.3
* Fixed a rush mistake
4.2.2
* Raise proper error in #cheap_info on invalid image
* Improved MiniMagick::Image#details parsing
* Attempt to solve private method 'format' called on mogrify
4.2.1
* Attempt to fix #279
4.1.1
* Fix MiniMagick::Image#composite defaulting to JPG extension. The default is
now the extension of the base image, the one on which composite is called.
|
|
## RMagick 2.15.2
- GitHub repository moved back to github.com/rmagick/rmagick - @wurde, @vassilevsky
## RMagick 2.15.1
- Fix loop in linked list in `ImageList` methods => they no longer hang - @u338steven
RMagick 2.15.0
o Ability to remove alpha channel - @ollie
o C local variables guarded against GC to avoid segfaults - @u338steven
o trace_proc protected with a mutex to avoid segfaults - @u338steven
RMagick 2.14.0
o RMagick.rb moved to deprecated directory - @mockdeep
o Better ImageMagick feature detection - @bf4
o Prevent compilation failures if prefix is an empty string - @voxik
o SplineInterpolatePixel preprocessor check removed - @joshk
o Make error format a string literal - @mtasaka
o Automatically set ARCHFLAGS on OS X - @u338steven
o Fixed 'rmagick/version' require failure - @u338steven
o Fixed escaping of '%' in Draw#get_type_metrics - @mkluczny
o Silence warnings on Ruby 2.2 when comparing Enums - @meanphil
o Multiple test suite improvements - @mockdeep, @bf4
o Ruby source code formatting with RuboCop - @vassilevsky
|
|
|
|
Remove PLIST vars that only made more work during updates but didn't
simplify things.
2015-06-01 6.9.1-4 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-4, SVN revision 18697.
2015-06-01 6.9.1-4 Cristy <quetzlzacatenango@image...>
* Support 'restrict' keyword under Windows.
2015-05-25 6.9.1-4 Dirk Lemstra <dirk@lem.....org>
* Added support for reading a user supplied layer mask in PSD files.
2015-05-24 6.9.1-3 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-3, SVN revision 18623.
2015-05-03 6.9.1-3 Dirk Lemstra <dirk@lem.....org>
* Fixed transparency issue with 16-bit tga files (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469).
* Fixed writing label and comment in tiff images (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516).
* Jpeg images no longer have pixels per inch as a default value for density
units when the density is not set (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589).
* Added support for setting the font color with -fill to the pango coder.
2015-05-03 6.9.1-3 Glenn Randers-Pehrson <glennrp@image...>
* Fixed bug with "-define png:format=x" in png.c, introduced in version
6.8.9-0, that caused the define to be ignored.
* Replaced some dead code in ReadJNGImage with an assert().
* Avoid palette-building when writing a grayscale PNG (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580).
2015-04-20 6.9.1-3 Cristy <quetzlzacatenango@image...>
* Support -define compose:clamp=false option (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946).
* Don't extend any user supplied image buffer in SeekBlob() (bug report
from a.chernij@corp...).
* Improved reproducible builds (reference
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933).
* Draw a rectangle of width & height of 1 (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874).
2015-04-19 6.9.1-2 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-2, SVN revision 18429.
2015-04-09 6.9.1-2 Glenn Randers-Pehrson <glennrp@image...>
* Avoid using a NULL alpha_image or color_image in the JNG decoder.
2015-04-07 6.9.1-2 Cristy <quetzlzacatenango@image...>
* Fix JPEG-2000 transparency on write (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304).
* Identify now identifies PSD (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948).
* Speed up writing to TGA (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369).
2015-04-06 6.9.1-2 Dirk Lemstra <dirk@lem.....org>
* Reduce draw epsilon to increase mathematical stability.
* Fixed UTF8 issue when determining the current working directory
on Windows (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).
|
|
(I can't find any evidence that lensfun has abandonded sourceforge
yet, but if I'm wrong please let me know.)
|
|
|
|
This is a binary compatible release.
* Android / gcc / iOS / MSVS build fixes and improvements
* lossless decode fix (issue 239 -- since 0.4.0)
* documentation / vwebp updates for animation
* multi-threading fix
|
|
|
|
Needed for linking packages that use gl.pc because it lists libxshmfence
as dependency.
|
|
|
|
C++ wrapper for freeimage.
|
|
Release 3.17.0 adds many improvements for ICO, TIFF, PNG, HDR, TGA, GIF,
RAW, JXR, JP2, Exif plugins. It comes with new conversion functions for
RGBA16/RGBAF formats, as well as new functions used to deal with external
pixel buffers (ConvertFromRawBitsEx, CreateView). Other useful added
functions are ReslaleRect, GetMemorySize, SetMetadataKeyValue and the
FIQ_LFPQUANT quantizer algorithm.
The library has been updated with the new LibPNG (1.6.16), LibTIFF (4.0.4),
LibRaw (0.17.a1), LibWebP (0.4.2), OpenEXR (2.2.0).
FreeImage is also distributed with updated VB6, Delphi and C++ wrappers.
|