This is the changelog of the G’MIC software project, until the release of the 3.5 version.
It lists all new features and changes done since the previous major version 3.4.0.
New features:
- [gmic-qt-341] Add native preview splitter in the G’MIC-Qt interface.
- [stdlib-341] New command
input_normalized
(shortcut:in
) loads an image and ensures its value range is inside [0,255]. Useful to load images that can be either 8bits/channel or 16bits/channels without worrying about normalizing the value range.
Modifications / Optimizations :
-
[gmic-qt-342] Add code to be compatible with upcoming GIMP 3.0 plug-in API (cool contribution from Host/Gimp: convert to new GimpProcedureConfig APIs by berrange · Pull Request #208 · c-koi/gmic-qt · GitHub).
-
[gmic-qt-342] New keyboard shortcut
CTRL+SHIFT+P
enables/disables preview splitter. -
[core-341] Command
mproj
has been recoded and optimized. -
[stdlib-341] Hide non-native preview splitter of G’MIC-Qt filters, when G’MIC version number is 3.4.1+ (use native G’MIC-Qt preview splitter instead).
Bugfix :
-
[gmic-qt-342] Fix bug in native preview splitter (reported here: https://discuss.pixls.us/t/half-preview-left-or-right-bug-in-3-4-1
-
[core-341] Command
polygon
: Fix argument parsing bug that prevented filling a polygon with a negative-value color.