jpg5xx.bat

来自「EVM板JPEG实现,Texas Instruments TMS320C54x 」· Batch 代码 · 共 22 行

BAT
22
字号
@echo off
echo Texas Instruments TMS320C54x EVM JPEG
echo Copyright 1996 Texas Instruments Inc.
call argchk %1
if errorlevel = 1 goto usage
call argchk %2 %3
if errorlevel = 1 goto usage
if %1 == -c goto comp
if %1 == -d goto dcmp
:comp
evmload -m ffc0 jcmaster
jc5xx %2 %3
goto end
:dcmp
evmload -m ffc0 jdmaster
jd5xx %2 %3
goto end
:usage
echo usage: jpg5xx -c infile[.gif] [outfile[.jpg]]
echo        jpg5xx -d infile[.jpg] [outfile[.ppm]]
:end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?