File: pdfjpeg.mli

package info (click to toggle)
camlpdf 2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,272 kB
  • sloc: ml: 20,816; ansic: 9,525; makefile: 100; sh: 23
file content (5 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
(** PDF JPEG support *)

(** Return the JPEG data starting at the current position in the [Pdfio.input],
leaving the input ready to read the first byte following the JPEG data. *)
val get_jpeg_data : Pdfio.input -> Pdfio.bytes