Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pluto
v1.0.1
Pluto
ChannelType
Exception
Format
JPEG
PNG
PPM
Stumpy
WebP
Image
ImageGA
ImageRGBA
Operation
BilinearResize
BoxBlur
Brightness
ChannelSwap
Contrast
Crop
GaussianBlur
HorizontalBlur
VerticalBlur
Built with Crystal 1.9.2
2023-10-08 11:45:10 UTC
module
Pluto::Format::JPEG
Direct including types
Pluto::ImageGA
Pluto::ImageRGBA
Defined in:
pluto/format/jpeg.cr
Instance Method Summary
#check_jpeg
(*args, **options)
#check_jpeg
(*args, **options, &)
#to_jpeg
(io : IO, quality : Int32 =
100
) : Nil
Instance Method Detail
def
check_jpeg
(*args, **options)
#
[
View source
]
def
check_jpeg
(*args, **options, &)
#
[
View source
]
def
to_jpeg
(io : IO, quality : Int32 =
100
) : Nil
#
[
View source
]