v0.11.0 - 2015年7月15日
-
通过传递参数给现有的
withMetadata方法允许更新图像头信息。 提供对EXIFOrientation标签的初步支持, 如果存在,在使用rotate,flip或flop时会被移除。 #189 @h2non -
加强构造函数参数检查。 #221 @mikemorris
-
在自动缩放尺寸时使用
round替代floor,以避免浮点舍入错误。 #238 @richardadjogah
通过传递参数给现有的 withMetadata 方法允许更新图像头信息。
提供对EXIF Orientation 标签的初步支持,
如果存在,在使用 rotate,flip 或 flop 时会被移除。
#189
@h2non
加强构造函数参数检查。 #221 @mikemorris
在自动缩放尺寸时使用 round 替代 floor,以避免浮点舍入错误。
#238
@richardadjogah