Skip to content

Commit c878013

Browse files
author
José Carlos Nieto
committed
Adding deprecation notice.
1 parent b1d5e6f commit c878013

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## gosexy/canvas
1+
# gosexy/canvas
2+
3+
**This project is currently unmaintained and just kept for historical purposes,
4+
if you're looking for a better alternative take a look at
5+
[imagick](https://gowalker.org/github.com/gographics/imagick).**
26

37
`gosexy/canvas` is an image processing library for Go that uses ImageMagick's
48
MagickWand as backend.
@@ -61,3 +65,9 @@ func main() {
6165
## Documentation
6266

6367
See the [online docs](http://godoc.org/github.com/gosexy/canvas).
68+
69+
## Authors
70+
71+
* [José Carlos Nieto](https://github.com/xiam)
72+
* [Pierre Massat](https://github.com/phacops)
73+

canvas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2012 José Carlos Nieto, http://xiam.menteslibres.org/
2+
Copyright (c) 2012-2015 The gosexy/canvas authors. All rights reserved.
33
44
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)