Please note: All versions containing only a major.minor
are much older than those containing
major.minor.micro.
Especially 1.54 - still found
on some servers - is very old.
bmeps --configuration-filea line
# @FILE-TYPES PNG JPEG NetPBM TIFFlisting the supported file types is inserted (listing only the file types supported). This allows the bmeps GUI Java application to retrieve the list of supported file types easily.
force dct passthrough = no
/Group <</S /Transparency /I true /CS /DeviceRGB>>This allows to create standalone PDF image containing an alpha channel.
allow pdf page attributes = ... a.p.p.a=...option.
# @PLATFORM filename case-sensitiveor
# @PLATFORM filename case-insensitiveto indicate whether or not file names are case-sensitive. This feature is used by the Bmeps GUI to decide whether or not to use case-sensitive comparisons for file names.
bmeps --configuration-fileto list the configurations currently available.
bmeps --write-configuration-fileand type configuration data to save it to $HOME/.defaults/bmeps.conf.
\ifpdf\pdfpageattr{/Group <</S /Transparency /I true /CS /DeviceRGB>>}\fito prevent PDF viewers from using CMYK as an intermediate colorspace for calculations.
bmeps input.png output.eps bmeps input.png output.pdf bmeps input.png output.bb
bmeps -a -lbb graphic.pngto create the graphic.bb file.
ar <library> <object(s)>is not sufficient to build a library, an additional
ranlib <library>is necessary.
int setmode(int, int); int _setmode(int, int);which can be used to force binary mode for a filedeskriptor.
void *setmode(const char *);which has something to do with converting a file permission string to mode_t settings.
bmeps_set_app(1);before converting the first image.
if(setjmp(pp->jmpbuf)) { /* error recovery */ } else { /* normal processing */ }before running png_init_io().