Commit Graph

  • d9a531518d migrated module to git.milar.in main v1.3.3 milarin 2023-01-22 12:06:29 +01:00
  • cc30f39e11 fixed drawclipping when drawing text on subimages v1.3.2 Timon Ringwald 2022-04-22 11:57:30 +02:00
  • 69923d9438 fixed draw clipping on subimages v1.3.1 Timon Ringwald 2022-04-22 11:49:17 +02:00
  • 2755d666d6 moduling Timon Ringwald 2022-04-22 11:48:47 +02:00
  • 8febc0f526 Fix rounding when converting to fixed precision Michael Fogleman 2021-09-28 10:35:13 -04:00
  • af4cd58078
    Merge pull request #124 from mazznoer/conic-gradient Michael Fogleman 2021-01-31 12:28:31 -05:00
  • c26555283c Add conic gradient Nor Khasyatillah 2021-01-29 19:00:22 +07:00
  • ad4d1eafac
    Update README.md Michael Fogleman 2020-05-14 21:10:29 -04:00
  • 8d127f461d
    Merge pull request #100 from ajnirp/patch-1 Michael Fogleman 2020-05-14 21:09:58 -04:00
  • b89ba07b94
    Update documentation link Rohan Prinja 2020-05-14 17:15:05 -07:00
  • 4dc34561c6
    Merge pull request #83 from Xeoncross/master Michael Fogleman 2019-08-26 15:13:58 -04:00
  • 068da56c91 Added support for JPEG encoding xeoncross 2019-08-26 14:04:06 -05:00
  • f194ddec6f
    Merge pull request #77 from leexingliang/master Michael Fogleman 2019-06-12 10:10:55 -04:00
  • 6897f9a1a0 modify comment lixingliang 2019-06-12 11:43:36 +08:00
  • 72436a171b fix test for 1.12+ Michael Fogleman 2019-04-16 21:30:52 -04:00
  • 5899172fb0
    Merge pull request #70 from bevand10/master Michael Fogleman 2019-04-16 21:28:22 -04:00
  • 1236b6346f Add SaveJPG method Dave Bevan 2019-04-12 18:25:28 +01:00
  • 0403632d5b New test image. v1.3.0 Michael Fogleman 2019-02-20 17:12:49 -05:00
  • 64338842c5 New test image. Michael Fogleman 2019-02-20 17:12:06 -05:00
  • 3bcf9e0320 Add SetDashOffset. Close #64. Michael Fogleman 2019-02-20 16:47:39 -05:00
  • fa28a6e1e3
    Merge pull request #65 from kortschak/average Michael Fogleman 2019-02-20 10:22:23 -05:00
  • f23d82b106 Use fewer ops to calculate mid-point Dan Kortschak 2019-02-20 17:08:29 +10:30
  • 0e8122236d
    Merge pull request #61 from JamieCrisman/get-current Michael Fogleman 2019-02-07 15:47:22 -05:00
  • ccde3a8923 Allows the ability to get the current point in the context Jamie Crisman 2019-01-24 14:20:04 -06:00
  • 3795562800
    Merge pull request #60 from emaele/jpeg-open&save Michael Fogleman 2019-01-19 16:22:23 -05:00
  • 74a8429cb8 load and save jpeg images Emanuele Rocco Petrone 2019-01-19 18:47:38 +01:00
  • 9db508d34a
    Update README.md v1.2.0 Michael Fogleman 2019-01-14 11:18:59 -05:00
  • 77d18b88fe
    Merge pull request #52 from rekby/multiline-measure Michael Fogleman 2019-01-14 11:16:02 -05:00
  • cdabe43353 Add InvertMask and an example Michael Fogleman 2019-01-14 11:04:49 -05:00
  • 16a00d1152 Add MeasureMultilineString method to Context. Fix #https://github.com/fogleman/gg/issues/49 Timofey Kulin 2018-10-23 09:25:34 +03:00
  • 0e0ff3ade7 Add gofont.go example, close #45 Michael Fogleman 2018-08-22 21:57:45 -04:00
  • 7cc16ce8b2 Add -save test flag Michael Fogleman 2018-08-17 11:14:38 -04:00
  • eb261f0bd1 Perf improvement when nil clip and solid color (usual case) Michael Fogleman 2018-08-16 22:49:05 -04:00
  • a4f287e211 Fix #23 via doc on gg.LoadFontFace function. Michael Fogleman 2018-08-16 22:22:39 -04:00
  • 9a34078211 Fix #42. Performance improvement by reusing Rasterizer Michael Fogleman 2018-08-16 22:18:45 -04:00
  • 6bee5281ff Add BenchmarkCircles for simple benchmarking Michael Fogleman 2018-08-16 22:18:08 -04:00
  • b2d255c6f2 Add some tests! (mostly regression tests) Michael Fogleman 2018-08-16 22:08:53 -04:00
  • a9ff18eccd
    Merge pull request #38 from tschaub/subimage v1.1.0 Michael Fogleman 2018-03-16 10:14:17 -04:00
  • ca366ba15b Start copying at bounds min instead of zero point Tim Schaub 2018-03-15 21:28:47 -06:00
  • c97f757e6f better DrawEllipticalArc behavior when dc.hasCurrent is true Michael Fogleman 2018-03-08 13:42:55 -05:00
  • da3d0863b9 add crisp lines example Michael Fogleman 2018-02-23 09:52:38 -05:00
  • 363d282ef3
    Merge pull request #28 from derekschaab/issue-25 Michael Fogleman 2018-02-12 10:03:43 -05:00
  • 1b3894b028 Add SetMask and AsMask and an example using them Michael Fogleman 2018-02-11 23:15:32 -05:00
  • c828b09e4a
    Merge pull request #31 from magneticcoffee/get-dc-fontheight Michael Fogleman 2018-02-08 12:06:39 -05:00
  • 00ed7b79c0 Add a context fontHeight getter Alexander Kahl 2017-10-31 16:09:26 +01:00
  • ffbeb6b231 Return alpha-premultiplied color in gradient interpolation Derek Schaab 2017-09-30 21:34:46 -05:00
  • e611489b86 concat example Michael Fogleman 2017-07-28 18:55:21 -04:00
  • ee8994ff90 Update README.md Michael Fogleman 2017-05-03 21:14:43 -04:00
  • 30f3b1d4ae Update README.md Michael Fogleman 2017-05-03 21:09:02 -04:00
  • 7fb6ce3c57 Merge pull request #16 from wsw0108/rotated-image-text Michael Fogleman 2017-05-03 21:06:54 -04:00
  • 0a834b0873 unicode table Michael Fogleman 2017-04-29 14:19:37 -04:00
  • 5e707d618f Update README.md Michael Fogleman 2017-04-14 13:57:42 -04:00
  • 2c35caba58 apply current matrix when draw text wsw 2017-01-08 16:23:33 +08:00
  • 5e5aa69079 update example 'rotated-image' wsw 2017-01-08 16:18:14 +08:00
  • 6166aa3c1a set fontHeight in SetFontFace v1.0.0 Michael Fogleman 2016-12-20 19:30:13 -05:00
  • bc0c0e9e67 greatly improve clipping performance Michael Fogleman 2016-12-14 17:06:16 -05:00
  • 62c697d628 update readme Michael Fogleman 2016-12-14 14:51:04 -05:00
  • 65947eb047 add SetPixel and DrawPoint Michael Fogleman 2016-12-14 14:43:30 -05:00
  • 5917fd97e8 fix #8 by exporting utility function LoadFontFace Michael Fogleman 2016-12-14 14:26:04 -05:00
  • b13517ff6f Merge branch 'master' into draw-image-rotated wsw 2016-12-09 15:52:52 +08:00
  • 19103e0c61 Merge pull request #14 from wsw0108/default-fill-stroke-style Michael Fogleman 2016-12-08 10:19:18 -05:00
  • 3be68eb22e Merge branch 'master' into draw-image-rotated wsw 2016-12-08 13:24:25 +08:00
  • f685e7c163 default fill/stoke (black on white) wsw 2016-12-08 13:11:16 +08:00
  • f06d3564a1 apply current matrix when draw image wsw 2016-12-08 11:16:19 +08:00
  • bb1054e936 Merge pull request #12 from wsw0108/pattern-gradient Michael Fogleman 2016-12-06 19:30:53 -05:00
  • d60a19b37a int/float64 things wsw 2016-11-22 12:56:58 +08:00
  • 214e3152fb radial gradient from package 'pixman' wsw 2016-11-21 21:13:54 +08:00
  • 8da875f641 cleanup again wsw 2016-11-21 14:57:15 +08:00
  • 298fbeaa77 cleanup, add commets wsw 2016-11-21 14:51:07 +08:00
  • 1aa57065bb linear gradient wsw 2016-11-21 11:01:12 +08:00
  • db5b86472e Pattern, solid(color) and surface(image) wsw 2016-11-20 20:31:05 +08:00
  • b28a9453d4 add mask example Michael Fogleman 2016-09-28 10:25:10 -04:00
  • ae49c2a7ae bug fixes Michael Fogleman 2016-09-20 22:21:59 -04:00
  • e8e616055c update Michael Fogleman 2016-04-22 16:59:45 -04:00
  • 15eec45bd9 new example Michael Fogleman 2016-04-22 16:57:46 -04:00
  • 4d5a250fb8 DrawString bug fix Michael Fogleman 2016-04-22 16:57:31 -04:00
  • 928b874494 Merge pull request #6 from flopp/LoadFontFace+error Michael Fogleman 2016-03-05 16:13:15 -05:00
  • 646568c788 LoadFontface returns an error flopp 2016-03-05 20:46:55 +01:00
  • 021242611d clipping simplification Michael Fogleman 2016-02-26 08:39:32 -05:00
  • 9d56681560 LoadImage Michael Fogleman 2016-02-25 15:06:04 -05:00
  • 64d88fe46a implement clipping Michael Fogleman 2016-02-25 14:16:48 -05:00
  • cc92081ed6 update readme Michael Fogleman 2016-02-25 12:47:20 -05:00
  • 15bab65913 DrawRegularPolygon Michael Fogleman 2016-02-25 12:46:59 -05:00
  • 8b73be9973 Update README.md Michael Fogleman 2016-02-24 21:55:37 -05:00
  • 60b91a20e1 workaround freetype/raster issues Michael Fogleman 2016-02-24 21:45:09 -05:00
  • 187c2bb9a5 Update README.md Michael Fogleman 2016-02-24 21:36:44 -05:00
  • 6e542bac45 update readme Michael Fogleman 2016-02-24 21:30:09 -05:00
  • feba086eb0 revert changes to lorem example Michael Fogleman 2016-02-24 21:28:04 -05:00
  • e48cc03e84 word wrap implemented Michael Fogleman 2016-02-24 21:26:51 -05:00
  • 315dff9066 word wrap in progress Michael Fogleman 2016-02-24 17:22:21 -05:00
  • c7b235b146 Merge pull request #3 from odeke-em/encodePNG Michael Fogleman 2016-02-24 16:10:04 -05:00
  • 93f92929f2 encodePNG implemented Emmanuel Odeke 2016-02-24 12:24:57 -08:00
  • d4745d7279 update constant Michael Fogleman 2016-02-23 23:00:23 -05:00
  • 8dc1d89666 meme text example Michael Fogleman 2016-02-23 22:25:43 -05:00
  • 25b475c827 Update context.go Michael Fogleman 2016-02-23 16:44:53 -05:00
  • 8a9e535a6b Update README.md Michael Fogleman 2016-02-23 16:39:09 -05:00
  • e5ff69e151 add doc comments to context functions Michael Fogleman 2016-02-23 16:30:53 -05:00
  • a6a18ab3e8 move path functions to path.go Michael Fogleman 2016-02-22 22:37:52 -05:00
  • 2a0857f791 loadFontFace errors Michael Fogleman 2016-02-22 22:36:34 -05:00
  • c839b5829a refactor Michael Fogleman 2016-02-22 22:34:11 -05:00