Mojolicious::Plugin::AssetPack::Pipe::Jpeg(3pm) | User Contributed Perl Documentation | Mojolicious::Plugin::AssetPack::Pipe::Jpeg(3pm) |
Mojolicious::Plugin::AssetPack::Pipe::Jpeg - Crush JPEG image files
Mojolicious::Plugin::AssetPack::Pipe::Jpeg can be used to crush "jpeg" image files.
This pipe is EXPERIMENTAL. Feedback wanted.
$str = $self->app; $self = $self->app("jpegoptim");
Can be used to set a custom application instead of "jpegoptim".
$array = $self->app_args; $self = $self->app_args([qw(-f --stdin --stdout)]);
Can be used to set custom "app" arguments. The special $input string in the argument list will be replaced with the path to a temp file holding the image data.
If no $input element is found in the "app_args" list, then STDIN and STDOUT will be used instead.
See "process" in Mojolicious::Plugin::AssetPack::Pipe.
Mojolicious::Plugin::AssetPack.
2023-02-04 | perl v5.36.0 |