convertvp
The convertvp
tool is used internally by Squish to handle image verifications.
The program supports these image formats: BMP
, JPG
, PNG
, PPM
, TIFF
, XBM
, and XPM
.
Most of the options are used internally by Squish and are not very useful to customers, but these options may come in handy:
--diff
image1 image2 output.png, which takes two images and produces a third image which is a diff (shows the difference) of the other two. When used with two identical images, it simply produces a plain white image the same size as the two images it was given.convertvp --diff screenshot1.jpg screenshot2.jpg diff.png
--fromvp
vpfile outDir, which extracts the images from a Screenshot VP file and saves them to a specified directory.convertvp --fromvp VP2 images/
Use convertvp -h
to get a list of the commands and their arguments.
© 2025 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.