GIMP 歷史版本列表 Page15

最新版本 GIMP 2.10.36

GIMP 歷史版本列表

GIMP(GNU 圖像操作程序)是一個免費分發的軟件,適用於照片修飾,圖像合成和圖像創作等任務。這是一個功能強大的軟件,具有任何其他免費軟件產品中沒有的功能。它可以用作簡單的繪圖程序,專業品質的照片潤飾程序,在線批量處理系統,批量生產圖像渲染器或圖像格式轉換器。 GIMP 是模塊化的,可擴展的和可擴展的。它的目的是增加插件和擴展來做任何事情。先進的腳本界面允許從最簡單的任務到最複雜的圖像處理程序都... GIMP 軟體介紹


Insync 3.0.29.40725 查看版本資訊

更新時間:2020-02-07
更新細節:

What's new in this version:

- Limit memory usage of Activity Feed
- Windows: Fix syncing to top level folder on external drives
- Display the local or cloud item associated with unexpected errors in Attention required
- Mac: Fix cross-partition moves on Mac (such as when moving a base folder to an external drive)
- Fix a rare error when renaming a local item

Insync 3.0.28.40721 查看版本資訊

更新時間:2020-01-30
更新細節:

GIMP 2.10.14.3 查看版本資訊

更新時間:2020-01-03
更新細節:

Verge3D for 3ds Max 2.17.0 查看版本資訊

更新時間:2019-12-27
更新細節:

Insync 3.0.27.406477 查看版本資訊

更新時間:2019-12-22
更新細節:

What's new in this version:

- Add Get Link cloud browser shortcut for Google Drive
- Add Google Drive ‘Shared Drives’ and ‘Link Sharing’ activities
- Display license update notification only when there are really changes
- Display ‘Open Location’ hover menu item on partially synced folder
- Add share dialog support for GD Shared Drives and files therein
- Add functionality to report errors shown in the ‘Attention Required’ feed

GIMP 2.10.14.2 查看版本資訊

更新時間:2019-12-18
更新細節:

Node.js 13.4.0 (64-bit) 查看版本資訊

更新時間:2019-12-18
更新細節:

What's new in this version:

Changes:
deps:
- update npm to 6.13.4
- update uvwasi (Anna Henningsen)
- upgrade to libuv 1.34.0 (Colin Ihrig)

doc:
- docs deprecate http finished

events:
- add captureRejection option

http:
- add captureRejection support
- llhttp opt-in insecure HTTP header parsing

http2:
- implement capture rection for 'request' and 'stream' events

net:
- implement capture rejections for 'connection' event

repl:
- support previews by eager evaluating input

stream:
- add support for captureRejection option

tls:
- implement capture rejections for 'secureConnection' event
- expose IETF name for current cipher suite

worker:
- add argv constructor option (legendecas)

Apache Tomcat 9.0.30 查看版本資訊

更新時間:2019-12-13
更新細節:

GIMP 2.10.14.1 查看版本資訊

更新時間:2019-12-09
更新細節:

What's new in this version:

Here are release highlights:
- Basic out-of-canvas pixels viewing and editing
- Optional editing of layers with disabled visibility
- Foreground Select tool: new Grayscale Preview Mode
- Newly added Normal Map filter
- 27 old filters ported to use GEGL buffers
- HEIF, TIFF, and PDF support improvements
- Better loading of corrupted XCF files
- Grayscale workflows order of magnitude faster
- macOS Catalina compatibility
- 45 bugfixes, 22 translation updates

Out-of-canvas viewing and editing:
- Not being able to view and edit data outside the canvas boundary used to be a deal breaker in quite a few use cases. So this is going to be a bit of a breakthrough moment for quite a few users

Changed:
- There is now a new Show All mode accessible via the View menu that reveals all pixels outside the canvas boundary
- This mode uses alpha checkerboard for canvas padding, but you can configure GIMP to temporarily or permanently use the usual padding color instead
- You can also enable canvas boundary cue display (dotted red line)
- Color- and patch-picking, bucket-filling, and transforming now works outside the canvas. Which means you can crop past the canvas boundary or pick a source patch from outside the canvas area to heal an area inside the canvas

New Image mode in transform tools:
- This new feature is closely related to out-of-canvas viewing and editing and was also contributed by Ell
- Now when you e.g. rotate a single-layer image, you can use this transform type to automatically expand the canvas to include all of rotated pixels when using the default Adjust clipping mode. The switch is right next to layer/path/selection toggle at the top of any transform tool’s settings
- It’s complemented by a new Image > Transform > Arbitrary Rotation… menu entry, which activates the rotate tool in the Image mode

Filters can now extend beyond layer boundary:
- The result of some filters can be larger than the original layer. A very common example is Drop Shadow, which adds a shadow at an offset to the layer. Such filters are no longer clipped to the layer boundary by default. Instead, the layer is automatically resized as necessary when the filter is applied
- This behavior can be toggled through the new Clipping option in the filter dialog

Invisible layers can now be edited:
- There is now a global toggle to enable the editing of layers with disabled visibility (the eye icon in the layers docker). There was some demand for it from users, and it was easy to do, so a new contributor, woob, added this feature

Free Select tool update:
- The Free Select tool received further usability improvements. It now supports using Alt+drag to quickly move, cut, and copy the selection, without having to commit the selection first, similarly to the rest of the selection tools

Foreground Select tool update:
- Thomas Manni contributed a new Grayscale preview mode to the Foreground Select tool, which allows seeing the resulting mask in black and white. The usual preview mode is now called Color and choosing the color and opacity for the mask instead of imposing only 4 colors (red, green, blue, grey)

Feather Selection update:
- The Feather Selection dialog has a new Selected areas continue outside the image toggle, working similarly to the corresponding option in the Shrink Selection and Border Selection dialogs. This option affects the border behavior of the operation: when toggled, selected areas along the image border are assumed to continue past the image bounds, and are therefore not affected by the feather

New filters:
- Thanks to Ell, GIMP is now shipping with a simple Normal Map filter (Filters > Generic) that generates normal maps from height maps. This is early initial work, a lot more is expected to be done
- GIMP now provides direct access to more GEGL filters
- Bayer Matrix (for ordered dithering) and Linear Sinusoid (useful for halftoning), also both created by Ell, are in the Filters > Render > Pattern menu.
Newsprint (Filters > Distorts), by Øyvind Kolås, is a GEGL version of the old GIMP filter for halftoning, plus quite a few extras
- Mean Curvature Blur, by Thomas Manni, can be helpful to do edge-preserving blurring
- Also, more GEGL-based filters with on-canvas preview have replaced old GIMP counterparts: Neon (Filters > Edge-Detect), Stretch Contrast (Colors > Auto), and Oilify (Filters > Artistic)
- Moreover, Michael Natterer did a simple 8-bit per channel port of 27 older filters to use GEGL buffers (they are still GIMP filters, not GEGL operations). Another filter, Van Gogh, got higher bit depth support (up to 32bpc float)

HEIF, TIFF, and PDF support improvements:
- GIMP now supports ICC profiles in HEIF images at both loading and exporting time when built with libheif v1.4.0 and newer. The exporting dialog also features a new “Save color profile” checkbox
- The TIFF importer now asks how to process unspecified TIFF channels: use as non-premultiplied alpha (used to be the default), as premultiplied alpha, or just import as a generic channel. This fixes a known bug with 4-channel (RGBA) TIFF files as demonstrated here
- Finally, the PDF exporter was fixed by Lionel to export text layers inside layer groups as text correctly

Better loading of corrupted XCF files:
- XCF loading is now a bit more resilient to corruption: it doesn’t stop any more at the first layer or channel error; instead it tries to load more layers/channels to salvage as much data as possible from a corrupted XCF file

Improvements for the macOS version:
- Alex Samorukov introduced various improvements to the macOS build of GIMP
- First and foremost, GIMP is now compatible with macOS Catalina and doesn’t have the file permission issue that the 2.10.12 build had
- Secondly, the DMG will now open a window with an Applications shortcut that explains how to install it. He also added some fixes for command line users
- Finally, Alex built the new version with updated 3rd party components. Among other things, this means support for color profiles in HEIF/HEIC files

VIKI Translator 3.0.2 查看版本資訊

更新時間:2019-12-09
更新細節: