From 087b52213cdf8f6f4925854f4aaf8addf184968b Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 16 Apr 2015 11:08:35 -0300 Subject: [PATCH] Add new matrices to create an outline in RGB transparent layers --- data/convmatr.def | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/data/convmatr.def b/data/convmatr.def index cf349f066..b67867357 100644 --- a/data/convmatr.def +++ b/data/convmatr.def @@ -1,5 +1,5 @@ -# Allegro Sprite Editor convolution matrices -*- Shell-script -*- -# Copyright (C) 2001-2011 by David Capello +# Aseprite convolution matrices -*- Shell-script -*- +# Copyright (C) 2001-2011, 2015 by David Capello # # Parser in "src/effect/convmatr.c" # @@ -320,3 +320,13 @@ drunk-17x17_o 17 17 8 8 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 } auto auto rgba + +outline-transparent-layer-(cross) 3 3 1 1 + { 0 255 0 + 255 255 255 + 0 255 0 } 1 0 a + +outline-transparent-layer-(square) 3 3 1 1 + { 255 255 255 + 255 255 255 + 255 255 255 } 1 0 a