It’s much closer now, but it’s still not this:

Should be this:
It looks like this cutted my image.
However I checked line by line code and on this:
BimageT=transpose(Bimage)I get this:
Errors encountered while saving nothing.
All errors:
ArgumentError("Package ImageMagick not found in current path:\n- Run `import Pkg; Pkg.add(\"ImageMagick\")` to install the ImageMagick package.\n")
ErrorException("function save does not accept keyword arguments")
Fatal error:
Error showing value of type Array{RGB{Normed{UInt8,8}},2}:
ERROR: ArgumentError: Package ImageMagick not found in current path:
- Run `import Pkg; Pkg.add("ImageMagick")` to install the ImageMagick package.
I installed this and also installed this by terminal: sudo apt-get install ffmpeg cmake xorg-dev
However in console I have 72 warnings:
btw. your example works fine:


