10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
typedef opaque file_in<>;
|
|
typedef opaque file_out<>;
|
|
|
|
|
|
program JPEGRESIZE {
|
|
version JPEGVER {
|
|
file_out RESIZE(file_in) = 1;
|
|
} = 1;
|
|
} = 0x20001337;
|