GIMP

最新版本 GIMP 2.10.14.1

GIMP 2.10.14.1

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

GIMP 功能:

可自定義界面
每個任務需要不同的環境,並且 GIMP 允許您按照自己喜歡的方式自定義視圖和行為。從小部件主題開始,允許您將顏色,小部件間距和圖標大小更改為工具箱中的自定義工具集。界面被模塊化為所謂的碼頭,允許您將它們堆疊到標籤中,或者保持它們在自己的窗口中打開。按 Tab 鍵將隱藏切換.

照片增強
使用 GIMP 可以輕鬆補償大量的數碼照片瑕疵。修復由透鏡傾斜引起的透視失真,只需在變換工具中選擇校正模式即可。使用功能強大的濾鏡可以消除鏡頭的桶形失真和漸暈,但只需一個簡單的界面.

數碼修飾
GIMP 是高級照片修飾技術的理想選擇。使用克隆工具擺脫不必要的細節,或使用新的修復工具輕鬆修改小細節。使用透視克隆工具,就像使用正交克隆一樣輕鬆地克隆對象.

硬件支持
GIMP 包括對各種輸入設備的獨特支持。壓力和傾斜敏感的平板電腦,而且廣泛的 USB 或 MIDI 控制器。您可以將經常使用的操作綁定到設備事件,如旋轉 USB 滾輪或移動 MIDI 控制器的滑塊。在繪畫時更改畫筆的大小,角度或不透明度,將您喜歡的腳本綁定到按鈕上。加快您的工作流程!

文件格式
文件格式支持從常見的 JPEG(JFIF),GIF,PNG,TIFF 到諸如多分辨率和多色彩深度的 Windows 圖標文件等特殊用途格式。該架構允許使用插件來擴展 GIMP 的格式功能。您可以在 GIMP 插件註冊表中找到一些罕見的格式支持.

為了節省磁盤空間,可以使用 ZIP,GZ 或 BZ2 等檔案擴展名保存任何格式,並且 GIMP 將透明地壓縮文件,而無需執行任何額外步驟。

也可用:下載 GIMP 為 Mac

ScreenShot

軟體資訊
檔案版本 GIMP 2.10.14.1

檔案名稱 gimp-2.10.14-setup-1.exe
檔案大小 219.2 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 The GIMP Team
官網 http://www.gimp.org/
更新日期 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

GIMP 2.10.14.1 相關參考資料
Download GIMP 2.10.14.1 - Softpedia

Download GIMP - Open-source app, short for GNU Image Manipulation Program, which comes bundled with many options and tools, and supports a large ...

https://www.softpedia.com

FC Portables - Latest Portable Software and Bootable ISO ...

Portable GIMP 2.10.14.1 Multilanguage · Portable IP-TV Player ... nc-efi-placeholder · Portable GIMP 2.10.14.1 Multilanguage · Read more · nc-efi-placeholder ...

https://www.fcportables.com

GIMP - скачать бесплатно GIMP 2.10.14.1 - Windows

GIMP - скачать GIMP 2.10.14.1 бесплатно. GIMP - Популярный среди почитателей UNIX-систем графический редактор, перенесенный на ...

https://soft.softodrom.ru

Gimp 2.10.14.1 - Warp2Search

3 小時前 - GIMP is a freely distributed program for such tasks as photo retouching, image composition, and image authoring. A portable version is also ...

https://www.warp2search.net

GIMP Portable 2.10.14.2 - Warp2Search

3 小時前 - GIMP Portable is the full-featured image and photo editor bundled with a PortableApps.com ... GIMP Portable 2.10.14.2 ... Gimp 2.10.14.1.

https://www.warp2search.net

Linux Software | Softexia.com

Best Linux software to download. Here you will find all the best operating for Linux. Search for the backup software or get discount for security software.

https://www.softexia.com

Portable GIMP 2.10.14.1 Multilanguage - FC Portables - Latest ...

The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction.

https://www.fcportables.com

Softoogle. Free Software Downloads for Windows & Linux

The GIMP 2.10.14.1 The GIMP 2.10.14.1. A graphics editor popular among Linux users and ported to the Windows platform » 08.12.2019 - 219.2 MB - Windows ...

http://soft.softoogle.com

Windows Software | Softexia.com

Instant download of a windows software right after you follow our malware free link. The most of windows software are free to download and free of charge.

https://www.softexia.com