The creation of an image reflection causes a 1px line on the bottom or right of an image; but NOT the top or left.

For example: http://mkfilms.org/images/unwanted_line.jpg

Possible clue:

There appear to be some misplaced relationships among height and width, like these on lines 160-161:

    case 'right':
      $steps = min($options['size'], $image->info['height']);

Notes:

Comments

steven jones’s picture

Status: Active » Closed (duplicate)