Artifact 776abcb5648a796a34de8d193f2c07d753b46720:
- File demos/write_ppm_raw.tcl — part of check-in [360c8724f9] at 2011-11-18 05:47:15 on branch trunk — Modified the demos framework to provide a documented api for access to app and demos directories, replaced outdated and broken (since [3ca084f409], and [3f01ece746]) uses of the $dir variable with these APIs. (user: andreask size: 168) [more...]
def write_ppmraw { label {Write (PPM/raw)} setup_image { log "Destination [appdir]/written.ppm" crimp write 2file ppm-raw [appdir]/written.ppm [base] } }