Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions
jpegtran.c File Reference
#include "cdjpeg.h"
#include "transupp.h"
#include "jversion.h"

Go to the source code of this file.

Functions

 usage (void)
 
 select_transform (JXFORM_CODE transform)
 
 parse_switches (j_compress_ptr cinfo, int argc, char **argv, int last_file_arg_seen, boolean for_real)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 334 of file jpegtran.c.

◆ parse_switches()

parse_switches ( j_compress_ptr  cinfo,
int  argc,
char **  argv,
int  last_file_arg_seen,
boolean  for_real 
)

Definition at line 114 of file jpegtran.c.

References arg, FALSE, and NULL.

◆ select_transform()

select_transform ( JXFORM_CODE  transform)

Definition at line 91 of file jpegtran.c.

References JXFORM_NONE, and jpeg_transform_info::transform.

◆ usage()

usage ( void  )

Definition at line 45 of file jpegtran.c.