2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 01:40:51 +00:00
qpdf/qpdf/qtest/qpdf/optimize-images-defaults-json.out
Jay Berkenbilt 16f4f94cd9 Prepare code for JSON v2
Update getJSON() methods and calls to them
2022-05-07 11:12:01 -04:00

65 lines
1.3 KiB
Plaintext

{
"version": 2,
"parameters": {
"decodelevel": "generalized"
},
"pages": [
{
"contents": [
"4 0 R"
],
"images": [
{
"bitspercomponent": 8,
"colorspace": "/DeviceGray",
"decodeparms": [
null
],
"filter": [
"/FlateDecode"
],
"filterable": true,
"height": 200,
"name": "/Im1",
"object": "6 0 R",
"width": 100
},
{
"bitspercomponent": 8,
"colorspace": "/DeviceGray",
"decodeparms": [
null
],
"filter": [
"/FlateDecode"
],
"filterable": true,
"height": 100,
"name": "/Im2",
"object": "7 0 R",
"width": 200
},
{
"bitspercomponent": 8,
"colorspace": "/DeviceGray",
"decodeparms": [
null
],
"filter": [
"/FlateDecode"
],
"filterable": true,
"height": 200,
"name": "/Im3",
"object": "8 0 R",
"width": 200
}
],
"label": null,
"object": "3 0 R",
"outlines": [],
"pageposfrom1": 1
}
]
}