Navigation
rgb2gray
Igray = rgb2gray(I::GMTimage{UInt8, 3}) -> GMTimage{UInt8, 2}
Convert an RGB image to a grayscale image applying the television YMQ transformation.
Args
I::GMTimage{UInt8, 3}
: input image of type UInt8.
Returns
A new GMTimage{UInt8, 2}
.
Example
using GMT
I = gmtread(GMT.TESTSDIR * "assets/bunny_cenora.jpg");
Igray = rgb2gray(I)
# Show the two side-by-side
grdimage(I, figsize=6)
grdimage!(Igray, figsize=6, xshift=6.1, show=true)
© GMT.jl. Last modified: January 10, 2025. Website built with Franklin.jl and the Julia programming language.
These docs were autogenerated using GMT: v1.23.0