Select Version
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
軟體資訊 | |
---|---|
檔案版本 | Select Version |
檔案名稱 | gimp-2.10.36-setup.exe |
檔案大小 | |
系統 | Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 |
軟體類型 | 開源軟體 |
作者 | The GIMP Team |
官網 | http://www.gimp.org/ |
更新日期 | 2023-11-08 |
更新日誌 | |
What's new in this version: Core: 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 |