Avatar
↓とか? InterpolationMethod SimpleInterpolationMethod NearestNeighbor Bilinear Bicubic DirectedInterpolationMethod Both(SimpleInterpolationMethod) Each(SimpleInterpolationMethod, SimpleInterpolationMethod)
2:19 AM
拡大・縮小を考えるとさらなる入れ子が必要だけど、 enum よりはキレイに整理できそう。
2:19 AM
一応、 open でない public なクラスを使えば Swift でも同じようなことはできる。
2:21 AM
resizedTo(width:height:interpolation:) は変な気がするけどなぁ。 interpolatedBy とかじゃなくても、 write(to:format:) と同じで別に気にしなくていい? (edited)
2:22 AM
To の後に width, height, interpolation が並列に並ぶのも気持ち悪い。