Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
812b86e3
Commit
812b86e3
authored
Jun 07, 2018
by
Jean-Eric Campagne
Browse files
utilitaire pour convertir les eps en png
parent
c406f355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
AnaFringes/converteps2png.sh
AnaFringes/converteps2png.sh
+3
-0
No files found.
AnaFringes/converteps2png.sh
0 → 100755
View file @
812b86e3
#! /bin/bash
tag
=
"
$1
"
find
*${
tag
}*
.eps |
awk
'BEGIN { FS="." } {print $1 }'
| xargs
-I
{}
convert
-background
white
-flatten
{}
.eps
{}
.png
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment