Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(824)

Issue 1196643002: Prevent webp from producing 0 dimensional images (Closed)

Created:
5 years, 6 months ago by msarett
Modified:
5 years, 6 months ago
Reviewers:
scroggo, emmaleer
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Prevent webp from producing 0 dimensional images BUG=skia: Committed: https://skia.googlesource.com/skia/+/a0c414d7b4d88ed5a1784e4f9fb6ed90905f5247

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M src/codec/SkWebpCodec.cpp View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
msarett
This is cool that webp supports arbitrary scaling! I'm not sure we want to allow ...
5 years, 6 months ago (2015-06-19 13:25:18 UTC) #2
scroggo
> Scaling webps produces 0 dimensional images nit: please make the change description a description ...
5 years, 6 months ago (2015-06-19 14:19:51 UTC) #3
msarett
https://codereview.chromium.org/1196643002/diff/1/src/codec/SkWebpCodec.cpp File src/codec/SkWebpCodec.cpp (right): https://codereview.chromium.org/1196643002/diff/1/src/codec/SkWebpCodec.cpp#newcode106 src/codec/SkWebpCodec.cpp:106: dim.fWidth = SkTMax(1, SkScalarRoundToInt(desiredScale * dim.fWidth)); On 2015/06/19 14:19:51, ...
5 years, 6 months ago (2015-06-19 14:28:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1196643002/20001
5 years, 6 months ago (2015-06-19 14:29:04 UTC) #7
commit-bot: I haz the power
5 years, 6 months ago (2015-06-19 14:34:38 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/a0c414d7b4d88ed5a1784e4f9fb6ed90905f5247

Powered by Google App Engine
This is Rietveld 408576698