Descriptiongo.image/tiff: use optimized routines for RGBA and NRGBA
Performance for an RGBA image:
benchmark old ns/op new ns/op delta
BenchmarkEncode 1633495 7897 -99.52%
benchmark old MB/s new MB/s speedup
BenchmarkEncode 37.83 7824.96 206.85x
NRGBA images are now encoded as such, the spec calls it
"unassociated alpha".
Patch Set 1 #Patch Set 2 : diff -r 37300243245c https://code.google.com/p/go.image #Patch Set 3 : diff -r 37300243245c https://code.google.com/p/go.image #
Total comments: 2
Patch Set 4 : diff -r 37300243245c https://code.google.com/p/go.image #
MessagesTotal messages: 8
|