1
0
Fork 0

"solian" Style Planche de 6

This commit is contained in:
fred 2023-03-10 02:52:16 +01:00
parent b7e9e7ba94
commit 0bc75181a3
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ STYLE="$2"
## PLANCHE PDF DE 6 BILLETS PAR DEFAUT ## PLANCHE PDF DE 6 BILLETS PAR DEFAUT
NBbillets=6 NBbillets=6
[[ "${STYLE}" != "" ]] && NBbillets=1 [[ "${STYLE}" != "" && "${STYLE}" != "solian" ]] && NBbillets=1
echo "CREATION $NBbillets x G1BILLET - $STYLE -" echo "CREATION $NBbillets x G1BILLET - $STYLE -"
@ -68,7 +68,7 @@ do
done done
if [[ "${STYLE}" != "" ]] if [[ "${STYLE}" != "" && "${STYLE}" != "solian" ]]
then then
# ONE FILE ONLY # ONE FILE ONLY

View File

@ -66,7 +66,7 @@ esac
composite -compose Over -gravity SouthWest -geometry +50+50 -dissolve 70% "${MY_PATH}/images/logo${STYLE}.png" "${MY_PATH}/images/fond${STYLE}.jpg" "${MY_PATH}/tmp/${BILLETNAME}.jpg" composite -compose Over -gravity SouthWest -geometry +50+50 -dissolve 70% "${MY_PATH}/images/logo${STYLE}.png" "${MY_PATH}/images/fond${STYLE}.jpg" "${MY_PATH}/tmp/${BILLETNAME}.jpg"
# xbian style (ASTROPORT/KODI) + JEU # xbian style (ASTROPORT/KODI) + JEU
if [[ "${STYLE}" == "xbian" || "${STYLE}" == "jeu" || "${STYLE}" == "astro" ]] if [[ "${STYLE}" == "xbian" || "${STYLE}" == "astro" ]]
then then
if [[ $ASTRONAUTENS ]]; then if [[ $ASTRONAUTENS ]]; then