File: bp-document/classes/class-bp-gopp-image-editor-gs.php |
Description |
---|---|
BP_GOPP_Image_Editor_GS::gs_cmd() |
Returns (shell-escaped) shell command with passed-in arguments tagged on, and stderr redirected to stdout. |
BP_GOPP_Image_Editor_GS::flip() |
Flips current image. Unsupported. |
BP_GOPP_Image_Editor_GS::get_gs_args() |
Returns the arguments for the main Ghostscript invocation. |
BP_GOPP_Image_Editor_GS::stream() |
Streams current image to browser. Unsupported. |
BP_GOPP_Image_Editor_GS::initial_gs_args() |
The initial non-varying arguments for the main invocation of Ghostscript. |
BP_GOPP_Image_Editor_GS::get_size() |
Gets dimensions of image. |
BP_GOPP_Image_Editor_GS::escapeshellarg() |
It’s too tiresome to have to deal with PHP’s setlocale() to avoid UTF-8 mangling so just do escaping ourselves. |
BP_GOPP_Image_Editor_GS::is_win() |
Whether on Windows or not. |
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. |