1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-04-14 03:36:04 +00:00

file in jar

This commit is contained in:
Rémi Heredero 2022-06-19 17:39:41 +02:00
parent adf854d15c
commit 0813fd5254
132 changed files with 19 additions and 78 deletions
Data
font
icon
img/fichiers_de_travail
map/png
sound

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

(image error) Size: 40 KiB

Binary file not shown.

Before

(image error) Size: 148 KiB

Binary file not shown.

Binary file not shown.

@ -1,31 +0,0 @@
Informatique :
Mudry Pierre-André <--
Mathématique :
Epiney Jacques
Evéquoz Gilles
Nicollier Grégoire <--
Savioz Christian
Physique :
Ellert Christoph <--
Electricité :
Bianchi Christophe <--
Davide Pavanello
Mécanique :
Samuel Rey-Mermet
Paciotti Gabriel <--
Haifa Sallem
Wittmann Christian
Bezençon Cyrille
Rapillard Laurent
Langue :
Gloeckner Caroline <--
Laffargue-Rieder Laurence

Binary file not shown.

Before

(image error) Size: 63 KiB

Binary file not shown.

Before

(image error) Size: 17 KiB

Binary file not shown.

Before

(image error) Size: 10 KiB

Binary file not shown.

Before

(image error) Size: 18 KiB

Binary file not shown.

Before

(image error) Size: 15 KiB

Binary file not shown.

Before

(image error) Size: 15 KiB

Binary file not shown.

Before

(image error) Size: 10 KiB

Binary file not shown.

Before

(image error) Size: 17 KiB

Binary file not shown.

Before

(image error) Size: 14 KiB

Binary file not shown.

Before

(image error) Size: 58 KiB

Binary file not shown.

Before

(image error) Size: 18 KiB

Binary file not shown.

Binary file not shown.

Before

(image error) Size: 20 KiB

Binary file not shown.

Before

(image error) Size: 10 KiB

Binary file not shown.

Before

(image error) Size: 18 KiB

Binary file not shown.

Before

(image error) Size: 45 KiB

Binary file not shown.

Before

(image error) Size: 17 KiB

Binary file not shown.

Before

(image error) Size: 9.7 KiB

Binary file not shown.

Before

(image error) Size: 7.9 KiB

Binary file not shown.

Before

(image error) Size: 6.4 KiB

@ -1,26 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from PIL import Image
import numpy as np
import os
W, H = 32, 32
if __name__ == "__main__":
path = input("Path: ")
img = Image.open(path).convert()
a = np.array(img)
b = np.zeros((a.shape[1], a.shape[0], *a.shape[2:]), dtype=a.dtype)
w, h = a.shape[1]//W, a.shape[0]//H
for y in range(h):
for x in range(w):
b[x*W:x*W+W,y*H:y*H+H] = a[y*H:y*H+H,x*W:x*W+W]
img.close()
img = Image.fromarray(b)
dirname, basename = os.path.dirname(path), os.path.basename(path)
basename, ext = os.path.splitext(basename)
img.save(os.path.join(dirname, basename+"_flipped"+ext))

Binary file not shown.

Binary file not shown.

Before

(image error) Size: 318 KiB

Binary file not shown.

Before

(image error) Size: 300 KiB

Binary file not shown.

Before

(image error) Size: 249 KiB

Binary file not shown.

Before

(image error) Size: 291 KiB

Binary file not shown.

Before

(image error) Size: 314 KiB

Binary file not shown.

Before

(image error) Size: 323 KiB

Binary file not shown.

Before

(image error) Size: 217 KiB

Binary file not shown.

Before

(image error) Size: 292 KiB

Binary file not shown.

Before

(image error) Size: 229 KiB

Binary file not shown.

Before

(image error) Size: 737 KiB

Binary file not shown.

Binary file not shown.

Before

(image error) Size: 558 KiB

Binary file not shown.

Before

(image error) Size: 586 KiB

Binary file not shown.

Before

(image error) Size: 545 KiB

Binary file not shown.

Before

(image error) Size: 548 KiB

Binary file not shown.

Before

(image error) Size: 600 KiB

Binary file not shown.

Before

(image error) Size: 484 KiB

Binary file not shown.

Before

(image error) Size: 388 KiB

Binary file not shown.

Before

(image error) Size: 594 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More