Mercurial > libervia-backend
comparison frontends/wix/images/split_card.sh @ 143:119f45746fde
added GPL header to split_card script
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 22 Jul 2010 22:47:29 +0800 |
parents | 23023aff91fd |
children | c701f3031ada |
comparison
equal
deleted
inserted
replaced
142:23023aff91fd | 143:119f45746fde |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 #This script split an image with cards, used to split cards from the Tarot deck found on Wikimedia Commons | 2 #This script split an image with cards, used to split cards from the Tarot deck found on Wikimedia Commons |
3 #This script work with any resolution on the initial image | 3 #This script work with any resolution on the initial image |
4 #Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) | |
5 | |
6 #This program is free software: you can redistribute it and/or modify | |
7 #it under the terms of the GNU General Public License as published by | |
8 #the Free Software Foundation, either version 3 of the License, or | |
9 #(at your option) any later version. | |
10 | |
11 #This program is distributed in the hope that it will be useful, | |
12 #but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 #GNU General Public License for more details. | |
15 | |
16 #You should have received a copy of the GNU General Public License | |
17 #along with this program. If not, see <http://www.gnu.org/licenses/>. | |
4 | 18 |
5 dest_dir=cards | 19 dest_dir=cards |
6 | 20 |
7 get_face_name() | 21 get_face_name() |
8 { | 22 { |