.\" Man page generated from reStructuredText .\" by the Docutils 0.22.3 manpage writer. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "gtk4-image-tool" "1" "" "GTK" "GTK commands" .SH Name gtk4-image-tool \- Image Utility .SH SYNOPSIS .nf \fBgtk4\-image\-tool\fP [OPTIONS...] ... \fBgtk4\-image\-tool\fP compare [OPTIONS...] \fBgtk4\-image\-tool\fP convert [OPTIONS...] \fBgtk4\-image\-tool\fP info [OPTIONS...] \fBgtk4\-image\-tool\fP relabel [OPTIONS...] \fBgtk4\-image\-tool\fP show [OPTIONS...] ... .fi .sp .SH DESCRIPTION .sp \fBgtk4\-image\-tool\fP can perform various operations on images. .SH COMMANDS .SS Information .sp The \fBinfo\fP command shows general information about the image, such as its format and color state. .SS Showing .sp The \fBshow\fP command displays one or more images, side\-by\-side. .sp \fB\-\-undecorated\fP .sp Removes window decorations. This is meant for rendering of exactly the image without any titlebar. .SS Compare .sp The \fBcompare\fP command compares two images. If any differences are found, the exit code is 1. If the images are identical, it is 0. .sp \fB\-\-output=FILE\fP .INDENT 0.0 .INDENT 3.5 Save the differences as a png image in \fBFILE\fP\&. .UNINDENT .UNINDENT .sp \fB\-\-quiet\fP .INDENT 0.0 .INDENT 3.5 Don\(aqt write results to stdout. .UNINDENT .UNINDENT .SS Conversion .sp The \fBconvert\fP command converts the image to a different format or color state. The format of the output file is determined from the filename extension. .sp \fB\-\-format=FORMAT\fP .INDENT 0.0 .INDENT 3.5 Convert to the given format. The supported formats can be listed with \fB\-\-format=list\fP\&. .UNINDENT .UNINDENT .sp \fB\-\-color\-state=COLORSTATE\fP .INDENT 0.0 .INDENT 3.5 Convert to the given color state. The supported color states can be listed with \fB\-\-format=list\fP\&. .UNINDENT .UNINDENT .sp \fB\-\-cicp=CICP\fP .INDENT 0.0 .INDENT 3.5 Convert to a color state that is specified as a cicp tuple. The cicp tuple must be specified as four numbers, separated by /, e.g. 1/13/6/0. .UNINDENT .UNINDENT .SS Relabeling .sp The \fBrelabel\fP command changes the color state of an image without conversion. The format of the output file is determined from the filename extension. .sp This can be useful to produce wrong color renderings for diagnostics. .sp \fB\-\-color\-state=COLORSTATE\fP .INDENT 0.0 .INDENT 3.5 Relabel to the given color state. The supported color states can be listed with \fB\-\-format=list\fP\&. .UNINDENT .UNINDENT .sp \fB\-\-cicp=CICP\fP .INDENT 0.0 .INDENT 3.5 Relabel to a color state that is specified as a cicp tuple. The cicp tuple must be specified as four numbers, separated by /, e.g. 1/13/6/0. .UNINDENT .UNINDENT .\" End of generated man page.