Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(607)

Issue 5528071: code review 5528071: graphics/convolve: expose ConvolvePoint

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by crawshaw1
Modified:
12 years, 3 months ago
Reviewers:
nigeltao
CC:
golang-dev
Visibility:
Public.

Description

graphics/convolve: expose ConvolvePoint

Patch Set 1 #

Patch Set 2 : diff -r fccf2bd86494 https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Patch Set 3 : diff -r fccf2bd86494 https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Total comments: 2

Patch Set 4 : diff -r fccf2bd86494 https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Total comments: 12

Patch Set 5 : diff -r 1c2e9ddd42b8 https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+553 lines, -247 lines) Patch
M graphics/blur.go View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
M graphics/convolve/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
M graphics/convolve/convolve.go View 1 2 3 3 chunks +109 lines, -207 lines 1 comment Download
M graphics/convolve/convolve_test.go View 1 2 3 4 4 chunks +125 lines, -36 lines 0 comments Download
A graphics/convolve/separable.go View 1 2 3 4 1 chunk +269 lines, -0 lines 0 comments Download
A graphics/convolve/separable_test.go View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 6
crawshaw1
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://crawshaw%40google.com@code.google.com/p/graphics-go/
12 years, 3 months ago (2012-01-11 03:27:51 UTC) #1
nigeltao
API looks reasonable. I feel like there exists a nice design somewhere that unifies all ...
12 years, 3 months ago (2012-01-11 05:47:28 UTC) #2
crawshaw1
PTAL http://codereview.appspot.com/5528071/diff/4001/graphics/convolve/Makefile File graphics/convolve/Makefile (right): http://codereview.appspot.com/5528071/diff/4001/graphics/convolve/Makefile#newcode10 graphics/convolve/Makefile:10: separable.go\ On 2012/01/11 05:47:28, nigeltao wrote: > Forget ...
12 years, 3 months ago (2012-01-15 23:42:20 UTC) #3
nigeltao
http://codereview.appspot.com/5528071/diff/3/graphics/convolve/convolve_test.go File graphics/convolve/convolve_test.go (right): http://codereview.appspot.com/5528071/diff/3/graphics/convolve/convolve_test.go#newcode26 graphics/convolve/convolve_test.go:26: desc: "identity", k doesn't look like an identity matrix ...
12 years, 3 months ago (2012-01-16 05:18:09 UTC) #4
crawshaw1
http://codereview.appspot.com/5528071/diff/3/graphics/convolve/convolve_test.go File graphics/convolve/convolve_test.go (right): http://codereview.appspot.com/5528071/diff/3/graphics/convolve/convolve_test.go#newcode26 graphics/convolve/convolve_test.go:26: desc: "identity", On 2012/01/16 05:18:10, nigeltao wrote: > k ...
12 years, 3 months ago (2012-01-26 23:27:45 UTC) #5
nigeltao
12 years, 3 months ago (2012-01-30 06:14:56 UTC) #6
LGTM.

http://codereview.appspot.com/5528071/diff/12001/graphics/convolve/convolve.go
File graphics/convolve/convolve.go (right):

http://codereview.appspot.com/5528071/diff/12001/graphics/convolve/convolve.g...
graphics/convolve/convolve.go:38: RGBA(dst, src *image.RGBA)
I think that the methods should be called ConvolveRGBA and ConvolvePointRGBA.
The type should probably also be called KernelRGBA.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b