File: bp-document/classes/class-bp-gopp-image-editor-gs.php
Description
gopp_image_gs_cmd_path

Returning a valid path will short-circuit determining the path of the Ghostscript executable.

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

BP_GOPP_Image_Editor_GS::resize()

Resizes current image. Unsupported.

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

BP_GOPP_Image_Editor_GS::test_gs_cmd()

Tests whether a purported Ghostscript executable works.

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

BP_GOPP_Image_Editor_GS::multi_resize()

Resize multiple images from a single source. Unsupported.

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

BP_GOPP_Image_Editor_GS::gs_cmd_nix()

Returns the *nix path of the Ghostscript executable.

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

BP_GOPP_Image_Editor_GS::crop()

Crops Image. Unsupported.

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

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