Find image differences
Use Gluon to compare differences in images graphically. The Images differences window displays two versions of the images: the right panel displays the latest revision and the left panel shows the previous revision. It also displays the properties of each image. For more information about the Image differences window, refer to compare binary files.
Diff with previous revision
You can view the differences between the revision loaded in your workspace and the previous revision:
- In the workspace view, right-click the changed file and select Diff with previous revision.
- In the history view, right-click the last change and select the option Diff with previous revision.
- On the Checkin changes tab, right-click the file and select Diff workspace contents.
Note: To view the differences with the command line, run the cm diff
command with the spec for your current changeset. To learn more about specs, run cm help objectspec
.
Find differences between selected revisions
You can also select specific revisions to compare the differences between them.
In the history view, select both revisions you want to compare, right-click, and select Diff selected revisions.
Note: To view the differences between two specific revisions with the command line, run the cm diff
command with both changeset specs. To learn more about specs, run cm help objectspec
.