Skip to content

Commit

Permalink
Merge pull request #2729 from imagico/beach-patterns-sources
Browse files Browse the repository at this point in the history
Adding beach and reef pattern source files and documentation
  • Loading branch information
kocio-pl authored Aug 6, 2017
2 parents c59af81 + 45a255f commit 0708ad6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions symbols/generating_patterns/beach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

The beach and reef patterns are rasterized and colored versions of the provided SVGs

```
convert -depth 8 beach.svg beach_raw.png
convert -depth 8 reef.svg reef_raw.png
convert -depth 8 -size 128x128 xc:"#685d45" \( beach_raw.png -negate \) -set colorspace RGB -alpha Off -compose CopyOpacity -composite -set colorspace sRGB +gamma - beach.png
convert -depth 8 -size 256x256 xc:"#969696" \( reef_raw.png -negate \) -set colorspace RGB -alpha Off -compose CopyOpacity -composite -set colorspace sRGB +gamma - beach_coarse.png
convert -depth 8 -size 256x256 xc:"#549ccd" \( reef_raw.png -negate \) -set colorspace RGB -alpha Off -compose CopyOpacity -composite -set colorspace sRGB +gamma - reef.png
```
9 changes: 9 additions & 0 deletions symbols/generating_patterns/beach.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions symbols/generating_patterns/reef.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0708ad6

Please sign in to comment.