jst преди 13 години
родител
ревизия
c2daecb43a
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -77,6 +77,12 @@ func main() {
 }
 ```
 
+TODO
+----
+
+- Implement low-pass filtering before downscaling to prevent moiré patterns in the resulting image
+- Minimize calls to image.Image.At(): It's pretty slow but inevitable as it keeps the code generic
+
 License
 -------