ImageDraw.jl icon indicating copy to clipboard operation
ImageDraw.jl copied to clipboard

Thickness and In Bounds check - keyword args

Open Codyk12 opened this issue 6 years ago • 5 comments

Added the ability to draw lines with a thickness

Codyk12 avatar Jun 25 '19 19:06 Codyk12

To fix CI error on 1.0:

# src/compat.jl
if v"1.0" <= VERSION < v"1.1"
    isnothing(x) = x===nothing
end

johnnychen94 avatar Aug 27 '19 16:08 johnnychen94

Are there any plans for merging this soon? My use case relies on thickness of lines and otherwise I'll have to fallback to using PIL with PyCall.

agarret7 avatar Aug 07 '20 02:08 agarret7

We need to merge #29 first and rebase this PR on the top of that

I'll see if that one is good to merge.

johnnychen94 avatar Aug 07 '20 03:08 johnnychen94

Unfortunately, this library doesn't have the biggest community supporting it, so we decided to try to use another drawing library to use in the library we're making, hopefully, these features get put merged in soon though.

Codyk12 avatar Aug 07 '20 04:08 Codyk12

@Codyk12 can I give it a go?I think I can do it in a more simplified way with RectanglePoints #52

ashwanirathee avatar Mar 24 '21 06:03 ashwanirathee