aboutsummaryrefslogtreecommitdiffhomepage
path: root/image_writer.h
Commit message (Collapse)AuthorAge
* image_writer: rename "filetype" option to "format"Gravatar wm42012-08-06
| | | | | | | Although slightly less precise, this sounds less clunky. This change also causes the --screenshot-filetype option to be renamed to --screenshot-format.
* image_writer: support all JPEG specific options vo_jpeg supportsGravatar wm42012-08-06
| | | | | | Most of these are useless or probably even dangerous. Support them anyway, because it's easy, and we want to replace vo_jpeg without any disadvantages.
* screenshot: move image writer code into new file image_writer.cGravatar wm42012-08-06