@package: Image_Editor |
Description |
|---|---|
| BP_GOPP_Image_Editor_GS |
GOPP Image Editor Class for producing JPEG from PDF using Ghostscript. |
| BP_GOPP_Image_Editor_GS::clear() |
Deletes transient and clears caching statics. |
| BP_GOPP_Image_Editor_GS::test() |
Checks to see if current environment supports Ghostscript and whether we’re compatible with args if any. |
| BP_GOPP_Image_Editor_GS::get_resolution() |
Gets the resolution to use for the preview. |
| BP_GOPP_Image_Editor_GS::supports_mime_type() |
Checks to see if editor supports the mime-type specified. |
| BP_GOPP_Image_Editor_GS::set_resolution() |
Sets the resolution to use for the preview. |
| BP_GOPP_Image_Editor_GS::load() |
Checks validity and existence of file and sets mime type and calls `set_resolution` and `set_page` and `set_quality` (firing filters). |
| gopp_editor_set_resolution |
Filters the default PDF preview resolution setting. |
| BP_GOPP_Image_Editor_GS::save() |
Creates JPEG preview from PDF. |
| BP_GOPP_Image_Editor_GS::get_page() |
Gets the page to render for the preview. |