Search found 3 matches
- 2015-12-31T01:38:14-07:00
- Forum: Users
- Topic: Using convert with -tile on transparent images
- Replies: 9
- Views: 6541
Re: Using convert with -tile on transparent images
Thank you! -compose copy worked like a charm and produces the right image!
- 2015-12-30T10:22:16-07:00
- Forum: Users
- Topic: Using convert with -tile on transparent images
- Replies: 9
- Views: 6541
Re: Using convert with -tile on transparent images
$ convert -version Version: ImageMagick 6.9.2-10 Q16 x86_64 2015-12-21 http://www.imagemagick.org Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png ...
- 2015-12-30T07:42:16-07:00
- Forum: Users
- Topic: Using convert with -tile on transparent images
- Replies: 9
- Views: 6541
Using convert with -tile on transparent images
I am using this command: convert -size 585x559 tile:file -fill transparent -crop 585x559 ../finals/file.png I am trying to tile smaller textures into a specific size. This is one of the texutres ill be using: http://i.imgur.com/JRagTr4.png And this is the output: http://i.imgur.com/Uqy4rqT.png Note ...