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

Tries to determine the Windows path of the Ghostscript executable.

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

BP_GOPP_Image_Editor_GS::rotate()

Rotates current image counter-clockwise by $angle. Unsupported.

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

BP_GOPP_Image_Editor_GS::gs_cmd()

Returns (shell-escaped) shell command with passed-in arguments tagged on, and stderr redirected to stdout.

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

BP_GOPP_Image_Editor_GS::flip()

Flips current image. Unsupported.

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

BP_GOPP_Image_Editor_GS::get_gs_args()

Returns the arguments for the main Ghostscript invocation.

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

BP_GOPP_Image_Editor_GS::stream()

Streams current image to browser. Unsupported.

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

BP_GOPP_Image_Editor_GS::initial_gs_args()

The initial non-varying arguments for the main invocation of Ghostscript.

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

BP_GOPP_Image_Editor_GS::get_size()

Gets dimensions of image.

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

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.

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

BP_GOPP_Image_Editor_GS::is_win()

Whether on Windows or not.

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