hifive-snu / hifive-pitalium-explorer

:hand: Hifive test explorer
Apache License 2.0
4 stars 1 forks source link

Don't use ImageIO when it's possible #18

Closed simnalamburt closed 9 years ago

simnalamburt commented 9 years ago
  1. Used InputStream instead of ImageIO.

    이거 해서 많이 빨라지긴 했는데, 에지디텍터나 getDiff 는 BufferedImage를 써서 ImageIO를 피할수가 없어서 여전히 느림. 테스트가 통과한경우를 볼때엔 꽤 빠르게 작동하는데, 테스트가 느린경우를 볼때엔 별 차이 없음.

  2. Simplified ImageController.

Closes #17

simnalamburt commented 9 years ago

Migrated to #20