File: bp-document/classes/class-bp-gopp-image-editor-gs.php
Description
BP_GOPP_Image_Editor_GS::supports_mime_type()

Checks to see if editor supports the mime-type specified.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:123

BP_GOPP_Image_Editor_GS::set_resolution()

Sets the resolution to use for the preview.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:621

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).

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:135

gopp_editor_set_resolution

Filters the default PDF preview resolution setting.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:636

BP_GOPP_Image_Editor_GS::save()

Creates JPEG preview from PDF.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:166

BP_GOPP_Image_Editor_GS::get_page()

Gets the page to render for the preview.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:658

BP_GOPP_Image_Editor_GS::gs_valid()

Checks that file is local, doesn’t have a funny name and is a PDF.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:229

BP_GOPP_Image_Editor_GS::set_page()

Sets the page to render for the preview.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:676

BP_GOPP_Image_Editor_GS::gs_cmd_path()

Returns the path of the Ghostscript executable.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:276

gopp_editor_set_page

Filters the default PDF preview page setting.

Source: bp-document/classes/class-bp-gopp-image-editor-gs.php:691