Skip to content

Commit fef1ba6

Browse files
committed
use different parrot image
1 parent 4add0e0 commit fef1ba6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
1.74 MB
Loading

examples/parrot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# load wikipedia text on rainbow
1414
text = open(path.join(d, 'wiki_rainbow.txt')).read()
1515

16-
# load image
17-
parrot_color = np.array(Image.open(path.join(d, "parrot-3-2.jpg")))
16+
# load image. This has been modified in gimp to be brighter and have more saturation.
17+
parrot_color = np.array(Image.open(path.join(d, "parrot-by-jose-mari-gimenez2.jpg")))
1818
# subsample by factor of 3. Very lossy but for a wordcloud we don't really care.
1919
parrot_color = parrot_color[::3, ::3]
2020

examples/parrot_new.png

-30 KB
Loading

0 commit comments

Comments
 (0)