azurefx

Results 5 issues of azurefx

```julia using Images using FileIO img=load("input.png") println(img[1,1]) ``` ``` C:\>cd English C:\English>julia transparent_png.jl RGBA{N0f8}(0.0,1.0,0.0,1.0) C:\English>cd .. C:\>cd 中文 C:\中文>julia transparent_png.jl Error encountered while loading "C:\\中文\\input.png". Fatal error: ERROR: LoadError: UnableToOpenBlob...

bug
upstream

See discussions on [JuliaImages/Images.jl Issue 770](https://github.com/JuliaImages/Images.jl/issues/770)

There are two save_ functions in ImageMagick.jl which accept `AbstractString` and `Stream`. The `Stream` version calls `getblob` and eventually calls `MagickSetImageFormat`, so we can use `Stream(format"XXX",filename)` to specify the file...

ImageMagick v0.7.1 FileIO v1.0.4 Windows 10 x64 17763 When a file is loaded with an open IOStream (MagickReadImageFile), the file gets locked until the julia process exits. However the native...

Hello, I encountered a problem when generating documentations with `` tags. Currently xmldoc2md treats these tags as "regular" tags and takes innerText instead of the `name` attribute. This means that...