浏览代码

Update README.md

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
 -------