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

Issue 6849119: Add exportAllPixels() and exportRowPixels() to SkBitmap. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by epoger
Modified:
11 years, 9 months ago
CC:
skia-review_googlegroups.com, schenney
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Add exportAllPixels() and exportRowPixels() to SkBitmap.

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -1 line) Patch
M include/core/SkBitmap.h View 2 chunks +53 lines, -0 lines 3 comments Download
M src/images/SkImageDecoder_libpng.cpp View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 12
epoger
For now, I have written only the method declaration, to see if you're on board. ...
11 years, 9 months ago (2012-11-29 10:30:06 UTC) #1
epoger
+schenney, who might have some thoughts as to whether this might be useful for Chrome/WebKit ...
11 years, 9 months ago (2012-11-29 10:37:32 UTC) #2
Stephen Chenney
I looked that the WebKit code that I am familiar with (SVG filters, not canvas). ...
11 years, 9 months ago (2012-11-29 13:53:37 UTC) #3
bsalomon
https://codereview.appspot.com/6849119/diff/1/include/core/SkBitmap.h File include/core/SkBitmap.h (right): https://codereview.appspot.com/6849119/diff/1/include/core/SkBitmap.h#newcode290 include/core/SkBitmap.h:290: enum ExportFormat { I think we should use SkCanvas::Config8888 ...
11 years, 9 months ago (2012-11-29 13:57:18 UTC) #4
reed1
I'm pretty conservative in what I would add to a public header. If we see ...
11 years, 9 months ago (2012-11-29 14:22:18 UTC) #5
epoger
Thanks for the comments, all. Here is my counter-proposal for a different approach… what do ...
11 years, 9 months ago (2012-11-29 17:26:06 UTC) #6
bsalomon
On 2012/11/29 17:26:06, epoger wrote: include/core/SkBitmap.h (right): > > https://codereview.appspot.com/6849119/diff/1/include/core/SkBitmap.h#newcode149 > include/core/SkBitmap.h:149: // What is ...
11 years, 9 months ago (2012-11-29 17:38:18 UTC) #7
bsalomon
On 2012/11/29 17:26:06, epoger wrote: > Thanks for the comments, all. Here is my counter-proposal ...
11 years, 9 months ago (2012-11-29 17:43:52 UTC) #8
epoger
> Pixel buffer is a somewhat overloaded word (in X and GL). Maybe ExternalConfig? > ...
11 years, 9 months ago (2012-11-29 18:12:31 UTC) #9
bsalomon
On 2012/11/29 18:12:31, epoger wrote: > > Pixel buffer is a somewhat overloaded word (in ...
11 years, 9 months ago (2012-11-29 19:24:23 UTC) #10
epoger
On 2012/11/29 19:24:23, bsalomon wrote: > On 2012/11/29 18:12:31, epoger wrote: > > > Pixel ...
11 years, 9 months ago (2012-11-29 19:34:46 UTC) #11
epoger
11 years, 9 months ago (2012-12-12 17:25:06 UTC) #12
Closing this one in favor of https://codereview.appspot.com/6920050/ ('Create
SkBitmapChecksummer and associated SkBitmapTransformer'), just committed as
https://code.google.com/p/skia/source/detail?r=6759 .
Sign in to reply to this message.

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