From 93329c72b5c20bcdf937bd636cb1a6f331a97893 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Thu, 14 Jul 2016 12:44:05 +0200 Subject: Update example presentation - Add a small transparent farbfeld test image --- example | 15 +++++++++++++-- transparent_test.ff | Bin 0 -> 20016 bytes 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 transparent_test.ff diff --git a/example b/example index 8b385f0..300577a 100644 --- a/example +++ b/example @@ -20,6 +20,7 @@ easy to use depends on ♽ Xlib +☢ Xft ☃ farbfeld ~1000 lines of code @@ -29,7 +30,7 @@ $ sent FILE1 [FILE2 …] ▸ one slide per paragraph ▸ lines starting with # are ignored -▸ image slide: paragraph containing @FILE.png +▸ image slide: paragraph containing @FILENAME ▸ empty slide: just use a \ as a paragraph # This is a comment and will not be part of the presentation @@ -49,10 +50,20 @@ $ sent FILE1 [FILE2 …] \#This line as well ⇒ Prepend a backslash to kill behaviour of special characters +Images are handled in the +http://tools.suckless.org/farbfeld/ +format internally. + +sent also supports transparent images. +Try changing the background in config.h +and rebuild. + +@transparent_test.ff + 😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏 😐😑😒😓😔😕😖😗😘😙😚😛😜😝😞😟 😠😡😢😣😥😦😧😨😩😪😫😭😮😯😰😱 😲😳😴😵😶😷😸😹😺😻😼😽😾😿🙀☠ -thanks +thanks. questions? diff --git a/transparent_test.ff b/transparent_test.ff new file mode 100644 index 0000000..505acaa Binary files /dev/null and b/transparent_test.ff differ -- cgit v1.2.3