xiuliren
xiuliren
我也有分辨率问题,调不了缩放比例。左侧的栏不能完全显示。  ubuntu 18.04 thinkpad x1 carbon, 2K 屏外接了一个1080p的显示器。Ubuntu对不同分辨率的显示器支持不好,平时就需要在两个屏幕上用两种不同的缩放比例。
我是从chrome app store里下载安装的 Sent from my iPhone > On May 19, 2020, at 06:33, nashaofu wrote: > > > 我也有分辨率问题,调不了缩放比例。左侧的栏不能完全显示。 > > > ubuntu 18.04 > thinkpad x1 carbon,...
draw(SVG("output.svg", 3inch, 3inch), compose(context(), bitmap("image/png", readall("libraries.png"), 0, 0, 1, 1))) ``` ERROR: MethodError: `bitmap` has no method matching bitmap(::ASCIIString, ::UTF8String, ::Int64, ::Int64, ::Int64, ::Int64) Closest candidates are: bitmap(::AbstractString, ::Array{UInt8,1}, ::Any,...
Thanks a lot. It works `draw(SVG("output.svg", 3inch, 3inch), compose(context(), bitmap("image/png", Array{UInt8}(readall("price.png")), 0, 0, 1, 1)))`
I am also struggling to make a web based tool to visualize and manipulate image stacks. The Escher and Compose looks promising, but I also got stucked by the images....
Yep, that is exactly what I am looking for! Thanks a lot for your effort! It seems to be a building problem to merge to master?
This feature sounds great! It would be nice to have it.
It do not work for me with ubuntu too. since the code base do not have clang_constants.jl anymore, at least, the line including the file should be deleted? https://github.com/Keno/Cxx.jl/blob/master/src/typetranslation.jl#L438 ```...
it was a compilation problem. after rebuilding the package by `Pkg.build("Cxx")`, I got some new error: ``` │julia> using Cxx │INFO: Precompiling module Cxx. │ERROR: LoadError: LoadError: could not load...
I got the same error. this is a duplicate of https://github.com/Keno/Cxx.jl/issues/321 According to @Keno , this is because you built the binary with another julia version.