Skip to content

Commit 75c1e20

Browse files
committed
Remove alpha channel from diploma thesis.
1 parent fdf73c6 commit 75c1e20

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
5.6 KB
Loading

diplomaThesis/fulltext.pdf

-1.34 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
for file in `ls *.jpg *.png *.eps`; do
2+
for file in `ls *.jpg *.png *.eps ../graphs/*.jpg ../classDiagrams/*.png`; do
33
file $file | grep "RGBA"
44
done;

0 commit comments

Comments
 (0)