Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoorick/resize-mark
Make small pictures from big ones
https://github.com/shoorick/resize-mark
imagemagick-thumbnailer imagemagick-wrapper perl pictures
Last synced: about 1 month ago
JSON representation
Make small pictures from big ones
- Host: GitHub
- URL: https://github.com/shoorick/resize-mark
- Owner: shoorick
- Created: 2020-08-19T19:17:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T20:55:58.000Z (over 4 years ago)
- Last Synced: 2024-11-10T19:25:21.717Z (3 months ago)
- Topics: imagemagick-thumbnailer, imagemagick-wrapper, perl, pictures
- Language: Perl
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
resize-mark
===========Make small pictures from big ones
Description
-----------Make small pictures from big ones.
Usage
-----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### Arguments
`color` – valid [ImageMagick](https://imagemagick.org/) 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`.
Author
------Alexander Sapozhnikov
http://shoorick.ru/License
-------This program is free software, you can redistribute it and/or modify
it under the same terms as Perl itself.