Make small pictures from big ones
Make small pictures from big ones.
resize-mark.pl
[ --color=text_color ]
[ --gap=gap_between_text_chunks ]
[ --name=author_name ]
[ --prefix=small_pictures_filenames_prefix ]
[ --quality=JPEG_quality ]
[ --site=site_of_author ]
[ --size=size_of_small_pictures ]
files
color
– valid ImageMagick color: english word (white
, black
etc)
or digital value (#RGB
, #RGBA
, #RRGGBB
, #RRGGBBAA
).
Default value is #fff2
(⅞ transparent white).
gap
– gap between text chunks in pixels. Default value is 10
.
name
– name of author, default value is name of current user.
prefix
– small pictures filenames prefix, default value is small.
quality
– JPEG quality — integer. Recommended value is 80
.
Alexander Sapozhnikov http://shoorick.ru/ shoorick@cpan.org
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.