Page MenuHomePhabricator

image cropper produces some grey slices with 2d images
Closed, ResolvedPublic

Description

Deals with gray slices reported, see T14173 for more information related to gray slices.

Event Timeline

New remote branch pushed: bug-15127-ImageCropperProducesSomeGreySlices

[6e61cc]: Merge branch 'bug-15127-ImageCropperProducesSomeGreySlices'

Merged commits:

2013-05-22 17:35:21 Michael Goetz [a43fad]
Fixed conversion error between float and int

The problem was a cast between float and integer without appropriate rounding.