orswan

Results 5 issues of orswan

I am trying to save a bitmap with a specific bit depth. However, regardless of the type of an image, when I save it as a bitmap, it ends up...

## Details When plotting multiple images, there appears white space in between the images. Simple example: ``` using Plots, Images imgs = [zeros(Gray{Float64},64,128) for i=1:4] plotParams = Dict( :size =>...

bug

## Details When plotting images and adding annotations, the location of the annotation can end up in weird places with respect to the image. Here's a basic example: ``` using...

bug

## Details Working in Jupyter, heatmap colorbar tick labels can be clipped when they have many digits. It seems mainly to be a problem for negative values. Here's a simple...

bug

The following code works properly on Windows, but outputs a zero array on Linux: ``` using FreeTypeAbstraction, Images, FileIO sz = (128,128) str = "c" pixelsize = sz[2] ÷ length(str)...