Arrays more advanced indexing

Hi,
I am going through the JuliaImages documentation for advanced image indexing here.
I guess I am doing something wrong. But the result for:
julia> imgov = colorview(RGB, paddedviews(0, img, imgrot, zeroarray)...)
I am getting is something different. This is what I am getting:


Thanks!

good catch. I haven’t tried it, but I don’t think you are doing anything wrong. It simply looks like we may have forgotten to update this documentation page after the change to warp (see Consider changing sense of transformation · Issue #25 · JuliaImages/ImageTransformations.jl · GitHub)