GC_Image_Editor::get_size()

最后更新于:2021-11-27 23:35:33

GC_Image_Editor::get_size()

Gets dimensions of image.

响应

(array) Dimensions of the image.

  • ‘width’
    (int) The image width.
  • ‘height’
    (int) The image height.

源文件

文件: gc-includes/class-gc-image-editor.php

	public function get_size() {
		return $this->size;
	}