Crates.io | tilr |
lib.rs | tilr |
version | 0.5.11 |
source | src |
created_at | 2023-06-22 19:45:13.965804 |
updated_at | 2024-07-02 05:05:14.183293 |
description | Build a mosaic of an image from a set of smaller image 'tiles'. |
homepage | |
repository | https://github.com/5donuts/tilr |
max_upload_size | |
id | 897721 |
size | 102,521 |
Build a mosaic of a particular image out of a set of smaller images.
Inspired by tokotchd/PixelPicturePermutator.
Extension | Format | Supported? |
---|---|---|
.png |
Portable Network Graphics | yes |
.gif |
Graphics Interchange Format | yes |
.tiff |
Tagged Image File Format | yes |
.bmp |
Windows bitmap | yes |
.svg |
Scalable Vector Graphics | no |
.jpg , .jpeg , etc. |
Joint Photographic Experts Group | yes |
.jp2 , .jpx , etc. |
JPEG 2000 (JP2) | no |
.jxl |
JPEG XL | no |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.