@@ -587,6 +587,7 @@ class Image
587
587
# @param opts [Hash] Set of options
588
588
# @option opts [Float] :sigma Standard deviation of pixels in generated image
589
589
# @option opts [Float] :mean Mean of pixels in generated image
590
+ # @option opts [Integer] :seed Random number seed
590
591
# @return [Vips::Image] Output image
591
592
592
593
# @!method self.text(text, **opts)
@@ -855,6 +856,7 @@ class Image
855
856
# @param height [Integer] Image height in pixels
856
857
# @param opts [Hash] Set of options
857
858
# @option opts [Integer] :cell_size Size of Worley cells
859
+ # @option opts [Integer] :seed Random number seed
858
860
# @return [Vips::Image] Output image
859
861
860
862
# @!method self.perlin(width, height, **opts)
@@ -864,6 +866,7 @@ class Image
864
866
# @param opts [Hash] Set of options
865
867
# @option opts [Integer] :cell_size Size of Perlin cells
866
868
# @option opts [Boolean] :uchar Output an unsigned char image
869
+ # @option opts [Integer] :seed Random number seed
867
870
# @return [Vips::Image] Output image
868
871
869
872
# @!method self.switch(tests, **opts)
@@ -1096,21 +1099,6 @@ class Image
1096
1099
# @option opts [Vips::ForeignFlags] :flags Output Flags for this file
1097
1100
# @return [Vips::Image, Hash<Symbol => Object>] Output image, Hash of optional output items
1098
1101
1099
- # @!method self.svgload(filename, **opts)
1100
- # Load svg with rsvg.
1101
- # @param filename [String] Filename to load from
1102
- # @param opts [Hash] Set of options
1103
- # @option opts [Float] :dpi Render at this DPI
1104
- # @option opts [Float] :scale Scale output by this factor
1105
- # @option opts [Boolean] :unlimited Allow SVG of any size
1106
- # @option opts [Boolean] :memory Force open via memory
1107
- # @option opts [Vips::Access] :access Required access pattern for this file
1108
- # @option opts [Boolean] :sequential Sequential read only
1109
- # @option opts [Boolean] :fail Fail on first error
1110
- # @option opts [Boolean] :disc Open to disc
1111
- # @option opts [Vips::ForeignFlags] :flags Output Flags for this file
1112
- # @return [Vips::Image, Hash<Symbol => Object>] Output image, Hash of optional output items
1113
-
1114
1102
# @!method self.svgload_buffer(buffer, **opts)
1115
1103
# Load svg with rsvg.
1116
1104
# @param buffer [VipsBlob] Buffer to load from
@@ -1580,7 +1568,7 @@ class Image
1580
1568
# @param opts [Hash] Set of options
1581
1569
# @option opts [Boolean] :ascii save as ascii
1582
1570
# @option opts [Boolean] :squash save as one bit
1583
- # @option opts [Integer] :bitdepth Write as a 1 bit image
1571
+ # @option opts [Integer] :bitdepth set to 1 to write as a 1 bit image
1584
1572
# @option opts [Boolean] :strip Strip all metadata from image
1585
1573
# @option opts [Array<Double>] :background Background value
1586
1574
# @option opts [Integer] :page_height Set page height for multipage save
@@ -1592,7 +1580,7 @@ class Image
1592
1580
# @param opts [Hash] Set of options
1593
1581
# @option opts [Boolean] :ascii save as ascii
1594
1582
# @option opts [Boolean] :squash save as one bit
1595
- # @option opts [Integer] :bitdepth Write as a 1 bit image
1583
+ # @option opts [Integer] :bitdepth set to 1 to write as a 1 bit image
1596
1584
# @option opts [Boolean] :strip Strip all metadata from image
1597
1585
# @option opts [Array<Double>] :background Background value
1598
1586
# @option opts [Integer] :page_height Set page height for multipage save
@@ -1818,6 +1806,7 @@ class Image
1818
1806
# @option opts [Integer] :kmin Minimum number of frames between key frames
1819
1807
# @option opts [Integer] :kmax Maximum number of frames between key frames
1820
1808
# @option opts [Integer] :reduction_effort Level of CPU effort to reduce file size
1809
+ # @option opts [String] :profile ICC profile to embed
1821
1810
# @option opts [Boolean] :strip Strip all metadata from image
1822
1811
# @option opts [Array<Double>] :background Background value
1823
1812
# @option opts [Integer] :page_height Set page height for multipage save
@@ -1836,6 +1825,7 @@ class Image
1836
1825
# @option opts [Integer] :kmin Minimum number of frames between key frames
1837
1826
# @option opts [Integer] :kmax Maximum number of frames between key frames
1838
1827
# @option opts [Integer] :reduction_effort Level of CPU effort to reduce file size
1828
+ # @option opts [String] :profile ICC profile to embed
1839
1829
# @option opts [Boolean] :strip Strip all metadata from image
1840
1830
# @option opts [Array<Double>] :background Background value
1841
1831
# @option opts [Integer] :page_height Set page height for multipage save
@@ -1855,6 +1845,7 @@ class Image
1855
1845
# @option opts [Integer] :kmin Minimum number of frames between key frames
1856
1846
# @option opts [Integer] :kmax Maximum number of frames between key frames
1857
1847
# @option opts [Integer] :reduction_effort Level of CPU effort to reduce file size
1848
+ # @option opts [String] :profile ICC profile to embed
1858
1849
# @option opts [Boolean] :strip Strip all metadata from image
1859
1850
# @option opts [Array<Double>] :background Background value
1860
1851
# @option opts [Integer] :page_height Set page height for multipage save
@@ -1971,6 +1962,7 @@ class Image
1971
1962
# @option opts [Integer] :Q Q factor
1972
1963
# @option opts [Boolean] :lossless Enable lossless compression
1973
1964
# @option opts [Vips::ForeignHeifCompression] :compression Compression format
1965
+ # @option opts [Integer] :speed CPU effort
1974
1966
# @option opts [Boolean] :strip Strip all metadata from image
1975
1967
# @option opts [Array<Double>] :background Background value
1976
1968
# @option opts [Integer] :page_height Set page height for multipage save
@@ -1982,6 +1974,7 @@ class Image
1982
1974
# @option opts [Integer] :Q Q factor
1983
1975
# @option opts [Boolean] :lossless Enable lossless compression
1984
1976
# @option opts [Vips::ForeignHeifCompression] :compression Compression format
1977
+ # @option opts [Integer] :speed CPU effort
1985
1978
# @option opts [Boolean] :strip Strip all metadata from image
1986
1979
# @option opts [Array<Double>] :background Background value
1987
1980
# @option opts [Integer] :page_height Set page height for multipage save
@@ -1994,6 +1987,7 @@ class Image
1994
1987
# @option opts [Integer] :Q Q factor
1995
1988
# @option opts [Boolean] :lossless Enable lossless compression
1996
1989
# @option opts [Vips::ForeignHeifCompression] :compression Compression format
1990
+ # @option opts [Integer] :speed CPU effort
1997
1991
# @option opts [Boolean] :strip Strip all metadata from image
1998
1992
# @option opts [Array<Double>] :background Background value
1999
1993
# @option opts [Integer] :page_height Set page height for multipage save
@@ -2688,7 +2682,7 @@ class Image
2688
2682
# @!method merge(sec, direction, dx, dy, **opts)
2689
2683
# Merge two images.
2690
2684
# @param sec [Vips::Image] Secondary image
2691
- # @param direction [Vips::Direction] Horizontal or vertcial merge
2685
+ # @param direction [Vips::Direction] Horizontal or vertical merge
2692
2686
# @param dx [Integer] Horizontal displacement from sec to ref
2693
2687
# @param dy [Integer] Vertical displacement from sec to ref
2694
2688
# @param opts [Hash] Set of options
@@ -2698,7 +2692,7 @@ class Image
2698
2692
# @!method mosaic(sec, direction, xref, yref, xsec, ysec, **opts)
2699
2693
# Mosaic two images.
2700
2694
# @param sec [Vips::Image] Secondary image
2701
- # @param direction [Vips::Direction] Horizontal or vertcial mosaic
2695
+ # @param direction [Vips::Direction] Horizontal or vertical mosaic
2702
2696
# @param xref [Integer] Position of reference tie-point
2703
2697
# @param yref [Integer] Position of reference tie-point
2704
2698
# @param xsec [Integer] Position of secondary tie-point
@@ -2719,7 +2713,7 @@ class Image
2719
2713
# @!method mosaic1(sec, direction, xr1, yr1, xs1, ys1, xr2, yr2, xs2, ys2, **opts)
2720
2714
# First-order mosaic of two images.
2721
2715
# @param sec [Vips::Image] Secondary image
2722
- # @param direction [Vips::Direction] Horizontal or vertcial mosaic
2716
+ # @param direction [Vips::Direction] Horizontal or vertical mosaic
2723
2717
# @param xr1 [Integer] Position of first reference tie-point
2724
2718
# @param yr1 [Integer] Position of first reference tie-point
2725
2719
# @param xs1 [Integer] Position of first secondary tie-point
0 commit comments