Yes indeed, your solution is exactly what I need to do: overload writemime ...
On Tuesday, July 29, 2014 1:33:00 PM UTC-5, Tim Holy wrote:
>
> You can check Images.jl, which defines a type Image <: AbstractArray but
> prints
> like this:
>
> julia> img = testimage("mandrill")
> RGB Image with:
> data: 3x512x512 Array{Uint8,3}
> properties:
> colorspace: RGB
> colordim: 1
> spatialorder: x y
> limits: (0x00,0xff)
>
