GIMP

最新版本 Go 1.21.0

Go 1.21.0

Go 1.21.0
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

軟體資訊
檔案版本 Go 1.21.0

檔案名稱 go1.21.0.windows-amd64.msi
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 The GIMP Team
官網 http://www.gimp.org/
更新日期 2023-08-09
更新日誌

What's new in this version:

- The latest Go release, version 1.21, arrives six months after Go 1.20. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility; in fact, Go 1.21 improves upon that promise. We expect almost all Go programs to continue to compile and run as before.
- Go 1.21 introduces a small change to the numbering of releases. In the past, we used Go 1.N to refer to both the overall Go language version and release family as well as the first release in that family. Starting in Go 1.21, the first release is now Go 1.N.0. Today we are releasing both the Go 1.21 language and its initial implementation, the Go 1.21.0 release. These notes refer to “Go 1.21”; tools like go version will report “go1.21.0” (until you upgrade to Go 1.21.1). See “Go versions” in the “Go Toolchains” documentation for details about the new version numbering.

Go 1.21.0 相關參考資料
encodingxml: incompatible changes in the Go 1.21.0 ...

2023年8月15日 — [release-branch.go1.21] encoding/xml: overriding by empty namespace w… …

https://github.com

Go 1.21 is released!

2023年8月8日 — Go 1.21 brings language improvements, new standard library packages, PGO GA, backward and forward compatibility in the toolchain and faster ...

https://go.dev

Go 1.21 Release Notes

mod file as a strict minimum requirement: go 1.21.0 means that the workspace or module cannot be used with Go 1.20 or with Go 1.21rc1. This allows projects that ...

https://tip.golang.org

Go 1.21 來了!

2023年8月22日 — 標準庫:全新增強 · slices 套件:對各種元素類型的slices 常見操作。還有比 sort 套件更快、更方便的排序功能。 · maps 套件:對任意鍵或元素類型的 maps ...

https://vocus.cc

Go 1.21 全新min 和max 内置函数解析原创

2023年9月12日 — 这次升级带来了一系列语言和工具方面的变化。其中一项备受关注的改进是引入了两个新的内置函数:min 和max。这两个函数用于在任何可比较类型中执行最小值 ...

https://blog.csdn.net

Go 1.21.0 is released

2023年8月8日 — Hello gophers,. We have just released Go 1.21.0. To find out what has changed in Go 1.21, read the release notes: https://go.dev/doc/go1.21.

https://groups.google.com

Go 1.21.0 新增3 个内置函数详解

2023年9月8日 — Go 1.21.0 新增3 个内置函数, min 和 max 函数,返回 N 个入参中最小/最大的参数,参数类型为 Ordered (有序类型,即支持比较运算符的类型)。

https://cloud.tencent.com

Go 1.21中值得关注的几个变化

2023年8月20日 — 我们根据Go 1.21.0明确后的算法来分析一下,具体分析过程见下图:. 将右侧每一轮选出的包按先后顺序排列一下,就是main.go的依赖包的初始化顺序: ...

https://tonybai.com

Go 1.21新特性前瞻

2023年4月26日 — Go 1.21版本正在如火如荼地开发当中,按照Go核心团队的一年两次的发布节奏来算,Go 1.21版本预计将在2023年8月发布(Go 1.20版本是在2023年2月份发布的)。

https://tonybai.com

Release History

go1.21.0 (released 2023-08-08). Go 1.21.0 is a major release of Go. Read the Go 1.21 Release Notes for more information. Minor revisions. go1.

https://go.dev