File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 216
216
* @method void fitssave(string $filename, array $options = []) Save image to fits file.
217
217
* @method static Image thumbnail(string $filename, integer $width, array $options = []) Generate thumbnail from file.
218
218
* @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.
219
220
* @method Image mapim(Image $index, array $options = []) Resample with an mapim image.
220
221
* @method Image shrink(float $hshrink, float $vshrink, array $options = []) Shrink an image.
221
222
* @method Image shrinkh(integer $hshrink, array $options = []) Shrink an image horizontally.
Original file line number Diff line number Diff line change @@ -52,4 +52,5 @@ abstract class Size
52
52
const BOTH = 'both ' ;
53
53
const UP = 'up ' ;
54
54
const DOWN = 'down ' ;
55
+ const FORCE = 'force ' ;
55
56
}
You can’t perform that action at this time.
0 commit comments