cpdf-source/cpdfjpeg2000.ml

6 lines
148 B
OCaml
Raw Normal View History

2024-03-20 21:24:44 +01:00
open Pdfutil
open Pdfio
(* Return the width and height of a JPEG2000 image, per Michael Petrov's C version. *)
let jpeg2000_dimensions bs = (0, 0)