GIMP

最新版本 Node.js 13.1.0 (64-bit)

Node.js 13.1.0 (64-bit)

Node.js 13.1.0 (64-bit)
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

軟體資訊
檔案版本 Node.js 13.1.0 (64-bit)

檔案名稱 node-v13.1.0-x64.msi
檔案大小 27.03 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 The GIMP Team
官網 http://www.gimp.org/
更新日期 2019-11-06
更新日誌

What's new in this version:

Changes:
cli:
- Added a new flag (--trace-uncaught) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the Error object, if there is any. This is disabled by default because it affects GC behavior

crypto:
- Added Hash.prototype.copy() method. It returns a new Hash object with its internal state cloned from the original one

dgram:
- Added source-specific multicast support. This adds methods to Datagram sockets to support RFC 4607 for IPv4 and IPv6

fs:
- Added a bufferSize option to fs.opendir(). It allows to control the number of entries that are buffered internally when reading from the directory

meta:
- Added Chengzhong Wu to collaborators

Commits:
- async_hooks: only emit after for AsyncResource if stack not empty
- buffer: improve performance caused by primordia
- build: fix detection of Visual Studio 2017
- build: add workaround for WSL
- build: allow Python 3.8
- build: find Python syntax errors in dependencies
- build: fix pkg-config search for libnghttp2
- build: vcbuild uses default Python, not Py2
- build: prefer python 3 over 2 for configure
- build: python3 support for configure
- cli: whitelist new V8 flag in NODE_OPTIONS
- (SEMVER-MINOR) cli: add --trace-uncaught flag
- crypto: guard with OPENSSL_NO_GOST
- (SEMVER-MINOR) crypto: add Hash.prototype.copy() method
- deps: V8: cherry-pick a7dffcd767be
- deps: V8: cherry-pick e5dbc95
- deps: update npm to 6.12.1
- deps: V8: backport 777fa98
- deps: V8: cherry-pick c721203
- deps: V8: cherry-pick ed40ab1
- (SEMVER-MINOR) dgram: add source-specific multicast support
- doc: add missing hash for header link
- doc: linkify .setupMaster() in cluster doc
- doc: explain http2 aborted event callback
- doc: linkify .fork() in cluster documentation
- doc: update AUTHORS list
- doc: improve doc Http2Session:Timeout
- doc: move inactive Collaborators to emeriti
- doc: add options description for send Apis
- doc: fix an error in resolution algorithm steps
- doc: fix numbering in require algorithm
- doc: remove incorrect and outdated example
- doc: adjust code sample for stream.finished
- doc: claim NODE_MODULE_VERSION=80 for Electron 9
- doc: remove "it is important to" phrasing
- doc: revise os.md
- doc: delete "a number of" things in the docs
- doc: remove dashes
- doc: add legendecas to collaborators
- doc: make YAML matter consistent in crypto.md
- doc,meta: prefer aliases and stubs over Runtime Deprecations
- doc,n-api: sort bottom-of-the-page references
- (SEMVER-MINOR) fs: add bufferSize option to fs.opendir()
- http: support readable hwm in IncomingMessage
- inspector: turn platform tasks that outlive Agent into no-ops
- meta: use contact_links instead of issue templates
- module: resolve self-reference
- n-api,doc: add info about building n-api addons
- src: isolate->Dispose() order consistency
- (SEMVER-MINOR) src: expose granular SetIsolateUpForNode
- src: change env.h includes for forward declarations
- src: split up InitializeContext
- src: fix crash with SyntheticModule#setExport
- src: allow inspector without v8 platform
- stream: extract Readable.from in its own file
- test: use arrow functions for callbacks
- test: verify npm compatibility with releases
- tools: fix Python 3 deprecation warning in test.py
- tools: fix Python 3 syntax error in mac_tool.py
- tools: use print() function in buildbot_run.py
- tools: undefined name opts -> args in gyptest.py
- tools: git rm -r tools/v8_gypfiles/broken
- tools: update ESLint to 6.6.0
- tools: doc: improve async workflow of generate.js

Node.js 13.1.0 (64-bit) 相關參考資料