cpdf-source/cpdfjpeg2000.ml

6 lines
118 B
OCaml
Raw Normal View History

2024-03-20 21:24:44 +01:00
open Pdfutil
open Pdfio
2024-03-22 14:57:04 +01:00
(* Return the width and height of a JPEG2000 image. *)
let jpeg2000_dimensions bs = (28, 30)