Skip to content

Commit ac3158f

Browse files
committed
update autogen docs
1 parent 15f2520 commit ac3158f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ImageAutodoc.php

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
* @method void fitssave(string $filename, array $options = []) Save image to fits file.
217217
* @method static Image thumbnail(string $filename, integer $width, array $options = []) Generate thumbnail from file.
218218
* @method static Image thumbnail_buffer(string $buffer, integer $width, array $options = []) Generate thumbnail from buffer.
219+
* @method Image thumbnail_image(integer $width, array $options = []) Generate thumbnail from image.
219220
* @method Image mapim(Image $index, array $options = []) Resample with an mapim image.
220221
* @method Image shrink(float $hshrink, float $vshrink, array $options = []) Shrink an image.
221222
* @method Image shrinkh(integer $hshrink, array $options = []) Shrink an image horizontally.

src/Size.php

+1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ abstract class Size
5252
const BOTH = 'both';
5353
const UP = 'up';
5454
const DOWN = 'down';
55+
const FORCE = 'force';
5556
}

0 commit comments

Comments
 (0)