table of contents
| gtk4-image-tool(1) | GTK commands | gtk4-image-tool(1) |
Name¶
gtk4-image-tool - Image Utility
SYNOPSIS¶
gtk4-image-tool <COMMAND> [OPTIONS...] <FILE>... gtk4-image-tool compare [OPTIONS...] <FILE1> <FILE2> gtk4-image-tool convert [OPTIONS...] <FILE1> <FILE2> gtk4-image-tool info [OPTIONS...] <FILE> gtk4-image-tool relabel [OPTIONS...] <FILE1> <FILE2> gtk4-image-tool show [OPTIONS...] <FILE>... gtk4-image-tool play [OPTIONS...] <FILE>...
DESCRIPTION¶
gtk4-image-tool can perform various operations on images.
COMMANDS¶
Information¶
The info command shows general information about the image, such as its format and color state.
Showing¶
The show command displays one or more images, side-by-side.
--undecorated
Playing¶
The play command plays one or more SVG animations, side-by-side. Clicking on the animation will change the state of the GtkSvg paintable, where applicable.
--undecorated
--size=SIZE
--no-animations
--no-system-resources
--no-external-resources
--no-extensions
Compare¶
The compare command compares two images. If any differences are found, the exit code is 1. If the images are identical, it is 0.
--output=FILE
--quiet
Conversion¶
The convert command converts the image to a different format or color state. The format of the output file is determined from the filename extension.
--format=FORMAT
--color-state=COLORSTATE
--cicp=CICP
Relabeling¶
The relabel command changes the color state of an image without conversion. The format of the output file is determined from the filename extension.
This can be useful to produce wrong color renderings for diagnostics.
--color-state=COLORSTATE
--cicp=CICP
| GTK |