diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-06-15 11:00:45 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-06-15 11:00:45 +0000 |
commit | 8439d374661bc4d0f90961641caa27cca34069ac (patch) | |
tree | 05ee364c6fdd8e30b2f0bf090a8e053b4ab68461 /graphics/gimp/distinfo | |
parent | acaa9d6f73a1f1e09ce5d06600bb73abdbeb29af (diff) | |
download | pkgsrc-8439d374661bc4d0f90961641caa27cca34069ac.tar.gz |
gimp: Update to 2.10.20
Changelog:
Overview of Changes from GIMP 2.10.18 to GIMP 2.10.20
=====================================================
Tools:
- Crop tool now has a "Delete cropped pixels" option active only in
image crop mode, allowing to choose whether to crop layers or only
the canvas (cropped pixels will be made invisible as out-of-canvas
but would still be present). The option is unchecked by default,
as it is the non-destructive behavior, which also means the
default behavior is changed.
- Crop tool in image crop mode will not crop layers with "Lock
pixels" on, anymore, even if "Delete cropped pixels" is checked.
- Painting tools can now restore opacity and blend mode from
presets.
User interface:
- Image / Precision renamed to Image > Encoding
- Tool groups can now display their tool list on hover rather than
on click. This can be set in Preferences, in the Toolbox tab.
- Improved update notification GUI in About dialog, and now also
showing an update comment when one was set in gimp_versions.json.
- Palette Editor dockable: the color index in the current palette is
now shown in front of the color name.
Plugins:
- In file-psd, make the data_start and data_len fields of the
PSDimageres and PSDlayerres structs unsigned, to avoid potential
overflow/sign-extension
- file-raw: Canon CR3 files are now properly recognized by GIMP and
sent to your raw developer software of choice.
- PNG and TIFF export: "Save color values from transparent pixels"
defaults now to not saving color values (i.e. channels set to 0)
when alpha channel is present and 0 itself.
- PDF import: multi-pages are now imported in bottom-first order,
similar to animated formats, and also similar to defaults for PDF
export. This brings consistency but break existing behavior, hence
needs to be noted.
- Added support for exporting 16-bit PSDs, read and write channels
from/to PSd in the right order
Filters:
- The 'Vignette' filter now has on-canvas controls
- New 'Filters -> Blur -> Focus Blur' filter with on-canvas controls
to emulate out-of-focus blurring
- New 'Filters -> Blur -> Variable Blur' filter that uses an aux
mask input to blur an image with variable intensity
- New 'Filters -> Light and Shadow -> Bloom' filter
Updated translations:
- British English, Catalan, Chinese (Taiwan), Dutch, Finnish,
German, Greek, Italian, Korean, Polish, Romanian, Russian,
Spanish, Swedish, Turkish, Ukrainian
Icons:
- Replace fileicon.ico with version contain 24x24, 64x64, 128x128,
and 256x256 sizes for Windows icon
- Replace wilber.ico with version containing 128x128 size of Windows
icon
Bug fixes:
- #189, #354, #872, #1439, #3405, #3533, #3558, #3777, #3841, #4094,
#4328, #4363, #4487, #4618, #4641, #4663, #4696, #4734, #4745,
##4793, 4827, #4846, #4858, #4871, #4895, #4904, #4919, #4967,
##4968, #4992, 4996, #5009, #5010, #5033
Diffstat (limited to 'graphics/gimp/distinfo')
-rw-r--r-- | graphics/gimp/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index c9edbac01ba..4914a6737e5 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.101 2020/03/13 16:51:00 tnn Exp $ +$NetBSD: distinfo,v 1.102 2020/06/15 11:00:45 ryoon Exp $ -SHA1 (gimp-2.10.18.tar.bz2) = 9dd171ca05c60816d641ca2edf4806639eda99a4 -RMD160 (gimp-2.10.18.tar.bz2) = 52045f0f163a74ef154ac936f637be4a999bbbcf -SHA512 (gimp-2.10.18.tar.bz2) = 88990f2d70508b22f4acadeab6b687e20af19b765ebc6f245d0c99b3dd853fcd3d237c3b7607e50133aa95a1d71931069029dfd7ee94441ff419c542c141bc9f -Size (gimp-2.10.18.tar.bz2) = 32946467 bytes +SHA1 (gimp-2.10.20.tar.bz2) = e7846186b5026cad304aa0d01ea43dbf4b860e11 +RMD160 (gimp-2.10.20.tar.bz2) = 6aac236b45151290ed3734cfe59de36054ff3bd0 +SHA512 (gimp-2.10.20.tar.bz2) = 7cd0b1833af87a167fdfee59fb491a72727fe3071c21c0de1813adb0f8272a92473e1e300517395b1b4593c8cb6781ee30f7a63966756e5a7f523a164308aba6 +Size (gimp-2.10.20.tar.bz2) = 33108938 bytes SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c |