![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Provides preinitialized Base.DataFormat objects for all supported image output formats. More...
Inheritance diagram for CDPL.Vis.DataFormat:Static Public Attributes | |
| PNG = CDPL.Base.DataFormat(name='PNG', descr='Portable Network Graphics Format', mime_type'image/png', file_exts=['png'], multi_rec=False) | |
| Provides meta-information about the Portable Network Graphics [WPNG] format. | |
| PDF = CDPL.Base.DataFormat(name='PDF', descr='Adobe Portable Document Format', mime_type'application/pdf', file_exts=['pdf'], multi_rec=False) | |
| Provides meta-information about the Portable Document Format [WPDF]. | |
| PS = CDPL.Base.DataFormat(name='PS', descr='Adobe PostScript Format', mime_type'application/postscript', file_exts=['ps', 'eps'], multi_rec=False) | |
| Provides meta-information about the PostScript [WPS] format. | |
| SVG = CDPL.Base.DataFormat(name='SVG', descr='Scalable Vector Graphics Format', mime_type'image/svg+xml', file_exts=['svg'], multi_rec=False) | |
| Provides meta-information about the Scalable Vector Graphics [WSVG] format. | |
Provides preinitialized Base.DataFormat objects for all supported image output formats.