Replies: 4 comments 3 replies
-
The backend I use (LuaTeX) is limited to PNG, PDF and JPG. Therefore the speedata Publisher might never support any other image types. You could define a handler that converts these image on the fly with imagemagick, but I believe it would be better to convert these images before hand. Regarding TIFF: as I understand TIFF is only a container format which can include different kinds of image types and there were so many problems with TIFF files so the backend maintainers dropped support for it. I always suggest to convert images to PDF if possible. They will be included as-is, all color profiles etc. will be in the final PDF. |
Beta Was this translation helpful? Give feedback.
-
PDF compression is not lossy! It depends on the software that writes the PDF. Regarding jpeg-xl: I doubt that this is supported by the PDF standard. Do you have any PDF as an example that contains jpeg-xl? |
Beta Was this translation helpful? Give feedback.
-
I doubt that I will see jpeg-xl in PDF while I am still alive... The few graphics formats that PDF is able to work with have been there from the beginning (not so sure about jpeg 2000). And the current PDF spec is not developed by Adobe anymore. And even if jpeg-xl is in the spec, the rendering devices will have to support those. And all the commercial printing devices out there with the built in PDF software will probably not get updates for that. In theory I could extend the speedata Publisher to include other image formats (as long as they are either bitmap formats or jepg/jpeg2000), but it might be much easier to use imagemagick or some other software for the conversion and define an imagehandler to support the automatic conversion. (See https://doc.speedata.de/publisher/en/images/#_external_conversion_tools) |
Beta Was this translation helpful? Give feedback.
-
There are two options (IMO)
So I think you have to pick one of those solutions (or have another good idea and tell me). |
Beta Was this translation helpful? Give feedback.
-
Hi Patrick,
in the manual you stated the only image formats supported are
PDF
,PNG
andJPG
.This really surprised me,
PDF
are fine however are a mess with different versions and multiple specifications, perhaps embedding aPDF
into anotherPDF
is trivial;PNG
is not very suited for printing purposes as its acronym states: Portable Network Graphics;JPG
is fine but limited.I wonder why you don't support
TIFF
images which have been a standard in the printing industry for ages... 🤔Anyway
TIFF
is old and newer formats are arising in fact I am looking toward to JPEG-XL to store our catalog pictures, although none of our current software support it butGIMP
; having full support forJPEG-XL
onSpeedata
would be a great feature; I don't care ifPhotoshop
doesn't handleJPEG-XL
files yet, I can convert all my pictures in flattiff
with transparency and useImagemagick
to convert all of them injxl
.I don't live closed inside the Adobe walled garden, I really don't care about Adobe software limitations.
Beta Was this translation helpful? Give feedback.
All reactions