From 29e6b8201b3e87d76f093200de168a42c1f3cac5 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 13 Jun 2020 20:09:42 -0300 Subject: Prepare for project restructure --- algorithms.lua | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 algorithms.lua (limited to 'algorithms.lua') diff --git a/algorithms.lua b/algorithms.lua new file mode 100644 index 0000000..dddfb92 --- /dev/null +++ b/algorithms.lua @@ -0,0 +1,23 @@ +--[[ + This file is part of HexArt Image Editor + Copyright (C) 2020 Soni L. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +--]] + +-- Various algorithms for image operations + +local algorithms = {} + +return algorithms -- cgit 1.4.1