Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/rc/bin/j2k/togif

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
# make *.gif from *.j2k
# Mon Apr 4 05:11:53 MET 2005 Peter A. Cejchan <cej@gli.cas.cz | pac7@post.cz>


rfork e
mkdir $1
for (name in *.j2k) {
	outname = `{echo $name | sed 's/\.j2k/\.gif/g'}
	j2kto9 $name | togif > $1/$outname
}

#-eof-

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.