About

CALAMARI is a primitive diff/merge tool for raster images. It is based on the idea of comparing the color value of each pixel in one or more images to the color value of a corresponding pixel in a counterpart image of equal dimensions.

http://public.perforce.com/wiki/CALAMARI
  • 1
    Member
  • 0
    Followers
  • 1
    Branch
Helix Syncs:
  • 0
    Yesterday
  • 0
    Last Week
  • 0
    Last 30 Days
Members
Sam Stafford
Branches
  • Main
  • Path:
    //guest/sam_stafford/calamari/...

Readme

To add a readme file:

(These commands require the latest Helix command line client and server installed locally, both available for free on the Perforce Helix downloads page).
Clone the project: p4 -d sam-stafford-calamari clone -p public.perforce.com:1666 -f //guest/sam_stafford/calamari/...

Change to the project directory: cd sam-stafford-calamari

Create a readme file: echo "My first readme" > README.md

Reconcile your workspace: p4 reconcile

Submit the changes: p4 submit -d "adding readme file"

Push changes to the Workshop: p4 push