Releases: JuliaImages/ImageTransformations.jl
Releases · JuliaImages/ImageTransformations.jl
v0.10.1
ImageTransformations v0.10.1
Merged pull requests:
- Include Interpolations.jl 0.15 support (#168) (@roflmaostc)
v0.10.0
ImageTransformations v0.10.0
Closed issues:
- Custom image transformation? (#159)
Merged pull requests:
v0.9.5
ImageTransformations v0.9.5
Merged pull requests:
- CompatHelper: bump compat for Interpolations to 0.14, (keep existing compat) (#157) (@github-actions[bot])
v0.9.4
ImageTransformations v0.9.4
Closed issues:
- Rotation operation is inaccurate (#154)
Merged pull requests:
v0.9.3
ImageTransformations v0.9.3
Merged pull requests:
v0.9.2
ImageTransformations v0.9.2
Merged pull requests:
v0.9.1
v0.9.0
ImageTransformations v0.9.0
Closed issues:
- How to improve
imresize
for downsizing (#28) - Could Warp function be used to do a projective transformation of an image using a 3x3 matrix? (#46)
- restrict produces wrong boundary values if called with a one-row array (#47)
restrict
not preserving image colortype (#68)- Move restrict to a faster loading package? (#69)
- imresize failed with ARGB32 (#97)
- new type instability during restrict on OffsetArray (#118)
- skip prefilter step for
BSpline(Linear())
andBSpline(Constant())
(#123) - Images getting generated differently (#137)
Merged pull requests:
- upgrade legacy methods with cleaner keyword alternative (#116) (@johnnychen94)
- fix type instability of
restrict
(#124) (@johnnychen94) - skip prefilter for Linear and Constant (#125) (@johnnychen94)
- imresize: handle 0-parameter colorant types (#126) (@johnnychen94)
- use
ImageBase.restrict
(#127) (@johnnychen94) - add documentation page (#131) (@johnnychen94)
- use method.degree instead of constructing a new one (#132) (@johnnychen94)
- dependency version clean up (#134) (@johnnychen94)
- remove all summary test (#136) (@johnnychen94)
- ImageTransformations v0.9.0 (#122) (@johnnychen94)
- deprecate
invwarpedview
in favor ofInvWarpedView
(#138) (@johnnychen94) - Restrict rounding to the computed corners (#143) (@timholy)