Select Version 軟體 Download 下載

檔案名稱 gimp-2.10.36-setup.exe

Select Version 軟體下載

軟體資訊
檔案版本 Select Version

檔案名稱 gimp-2.10.36-setup.exe
檔案大小
更新日期 2023-11-08
  • 1
    版本確認
  • 2
    檔案準備中
  • 3
    檔案下載

軟體介紹 & 更新資訊

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

What's new in this version:

Core:
- Disable Arbitrary Rotation menus (under both Image and Layer menus) if no image is active, for consistency
- New gradient available: FG to Transparent (Hardedge) gradient

A change in linuxwacom made some graphics tablet crash GIMP. Though the issue is in the driver (downgrading it "fixes" the issue), it was bad enough that a workaround was also added in GIMP code so that we don't crash with the newer driver. A fix was also merged on linuxwacom itself:
New palette import supports:
- Adobe Swatch Exchange (ASE)
- Adobe Color Book (ACB)
- Generated Brush previews are now rotated clockwise with the brush angle, which goes against the documentation. Nevertheless this is how angles were used on canvas in the 2.10 branch until now, so to avoid breaking existing workflows while having consistent preview, we chose to follow actual on-canvas usage over documentation. It may be re-evaluated for GIMP 3.

Tool:
Text tool:
- When replacing a selection, take and apply markup (if any) from the first character of the selection for the entered text. This fixes the case when you no longer can change the global layer text properties after replacing the text.
- Set the blank font name for the standard font instead of 'Standard' to fix the issue when 'Standard' can be actual font from the list or a font which starts with (e.g. Standard Symbols PS)

User Interface:
Item tree view lock boxes:
- now separately themable with gtkrc
- showing a white frame when hovering over lock buttons
- showing a small padlock next the lock icon when it's active
- Add Table of Contents to User Manual submenu (in Help menu)

Plug-ins:
Fixed vulnerabilities:
- DDS: ZDI-CAN-22093
- PSD: ZDI-CAN-22094
- PSP: ZDI-CAN-22096 and ZDI-CAN-22097
- JPEG-XL: support libjxl v0.9 decoding API
- Metadata editor: more DigitalSourceType values
- PDF are now loaded at 300PPI by default

GIF:
- Added support of non-square aspect ratio by setting different vertical and horizontal resolution when a loaded file has the PixelAspectRatio metadata set
- Various more file format fixes (at least GIF, PDF import, HEIF/AVIF, JPEG XL, XWD, DDS) and various fixes in non-file format related plug-ins too
- Image Map: HTTPS scheme now accepted in the URL field

Libgimpbase:
- Do not save Photoshop specific EXIF metadata when exporting images because they can contain sensitive data and we cannot update them
- We now update Exif.Photo.PixelX/YDimension Exif tags when resizing and exporting (but only if they were already present, as they are non-essential)

Translation:
- 20 translations were updated: Belarusian, Catalan, Chinese (China), Danish, Dutch, Georgian, German, Greek, Hungarian, Icelandic, Italian, Lithuanian, Polish, Portuguese, Romanian, Slovenian, Spanish, Swedish, Turkish, Ukrainian

Build:
- Added code in the Windows installer script for the ARM 64-bit build, bundled into the same universal installer (though the first experimental installer with Aarch64 support was for GIMP 2.10.34 revision 2)

Select Version 相關參考資料
How to Determine Your Postgres Version

Viewing the server version. To determine the server version using an SQL statement, simply issue the SELECT version(); command: =# SELECT version(); version ...

https://www.atlassian.com

How to find the SQL Server version

2019年10月8日 — We can use the @@VERSION function to find out all version details of the SQL Server instance. ... SELECT @@VERSION AS 'SQL Server Version Details' ...

https://www.sqlshack.com

MySQL VERSION() Function

Return the current version of the MySQL database: SELECT VERSION();. Try it Yourself ». Definition and Usage. The VERSION() function returns the current ...

https://www.w3schools.com

Select PHP Version

Select PHP Version 可提供用戶自定義PHP 版本、PHP Extension、PHP.ini 等三種功能。

https://help.url.com.tw

Select Version - 2011 - SOLIDWORKS PDM 說明

Select the version of SolidWorks to which you want to upgrade the files. The SolidWorks version you select must be installed on each workstation ...

https://help.solidworks.com

Understanding the SQL Server SELECT @@VERSION ...

I was recently trying to determine what version of SQL Server was installed on a particular server. I found this tip to determine the version and tried to ...

https://www.mssqltips.com

VERSION (Transact-SQL) - SQL Server

2023年6月21日 — 下列範例會顯示傳回目前安裝架構的版本資訊。 SELECT @@VERSION AS 'SQL Server Version';. 範例:Azure Synapse Analytics 和Analytics Platform ...

https://learn.microsoft.com

VERSION - Amazon Redshift

The VERSION function returns details about the currently installed release, with specific Amazon Redshift version information at the end.

https://docs.aws.amazon.com

判斷資料庫引擎的版本和版本SQL Server

2024年1月30日 — 方法3:連線至SQL Server 的執行個體,然後執行下列查詢:. SQL 複製. Select @@version. 此查詢的輸出範例如下所示:. 輸出 複製. Microsoft SQL Server ...

https://learn.microsoft.com