Accepting request 248864 from home:garloff:branches:graphics

Upgrade to 1.6.0.0

OBS-URL: https://build.opensuse.org/request/show/248864
OBS-URL: https://build.opensuse.org/package/show/graphics/gmic?expand=0&rev=3
This commit is contained in:
Kurt Garloff
2014-09-13 06:03:29 +00:00
committed by Git OBS Bridge
parent 3b35aca85c
commit 137607746c
18 changed files with 2637 additions and 478 deletions

View File

@@ -1,3 +1,82 @@
-------------------------------------------------------------------
Sun Sep 7 12:08:18 CEST 2014 - kurt@garloff.de
- Add more workarounds for limited openMP support in gcc-4.3.
- Disable openMP for gcc-4.8.1 (openSUSE-13.1, FC19/20); it produces
ICEs (see https://bugzilla.redhat.com/show_bug.cgi?id=1107972).
-------------------------------------------------------------------
Sat Sep 6 23:59:57 CEST 2014 - kurt@garloff.de
- Update to gmic-1.6.0.0:
* New commands -pass, -noargs, -is_image_arg, -gimp_error_preview,
-outputx (-ox), -names (-nms), -mul_channels. -oneminus.
* Source ~/.gmic on startup.
* Colors for gmic -h (with bash).
* New filters Film emulation / Various (color presets) and
Details / Mighty details.
* New filters for zart.
* Only support image datatypes with floats (thus remove -type),
but optionally do conversion in -input and -output.
* Supply boundary values in -map derived with
neumann/dirichlet/periodic.
* More -blend paramaters.
* -apply_pose3d renamed to -pose3d.
* Remove -background3d (use enahnced -display3d and -snapshot3d
to replace).
* Better exception handling (-onfail).
* gmic -h command suggests corrections for misspelled cmds.
* -median support thresholds.
* -threshold2 (-t2) renames to -inrange (-ir).
* Bugfixes for merging very large 3d objects, spurious EOF on
stdout with -output, maintaining shared state with -keep,
-erode and -dilate, line number of errors.
- Update to gmic-1.5.9.3:
* Official support for parallelization with OpenMP.
* New commands -variance_patch and -skeleton3d.
* New filter Artistic / Circle abstraction.
* Shortcuts for -and (-&) and -or (-|).
* Bugfix loading .tiff with 3 channels signed char.
- Update to gmic-1.5.9.2:
* New filter Artistic / Cutout.
* Speedup of complex math evaluations.
* Improvements on -circles3d and -primitives3d.
* Default window sizes (3d) now based on screen size.
* Adjust down GIMP preview size.
- Update to gmic-1.5.9.1:
* New command -seamcarve (Deformation / Seamcarve).
* New command -montage (Arrays & tiles / Montage).
* New command -inpaint_holes (Repair / Inpaint [holes]).
* -window now normalizes images individually.
* multipage TIFF output with is_multipage.
* remove slow image pointer check.
* -discard optimization.
* bug fix with -structuretensors (2d, scheme=1).
- Update to gmic-1.5.9.0:
* New command -blend_seamless (Layers / Blend [seamless]).
* New commands -sub_alpha and -montage.
* New filter Details / Split details [layers].
* Larger default preview in GIMP plugin.
* Fixes for -split, -histogram, -equalize, -graph, -display
- Update to gmic-1.5.8.6:
* New plugins Film emulation / Add grain.
* New command -syntexturize (Patterns / Resynthesize texture).
* New command -fractalize (Artistic / Fractalize).
* New command -img2ascii (Arrays & tiles / Ascii art).
* New command -periodize_poisson (Patterns / Make seamless).
* New command -x_2048 -- launches famour 2048 game.
* Bug fixes for -minimal_path and -test
* @{-1,t} now always returns a string
* Disable sharing global vars between threads
* -uncommand and -command improvements
- Update to gmic-1.5.8.5
* Support for PANDORE-5 (.pan) output files.
* Improve and optmize -replace-seq.
* Support for is_binary_data and maximum_sequence_length in
-compress-rle.
* Recoded and improved -text.
* Bugfixes for -output and math expressions starting with < or >.
-------------------------------------------------------------------
Sat Mar 8 19:47:38 CET 2014 - kurt@garloff.de