summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2019-10-04Update to latest versionDarkFreedman
2018-12-11Fix comments according to best practices by effective go (#217)CodeLingo Bot
2018-08-01barcode: Scale via the PDF rather than the barcode libraryAndre Renaud
2017-12-20make barcode scaling optional, provide a method to get unscaled barcode dimen...Dan Meyers
2017-06-10prevent panic when registering barcode fails (#118)Dan Meyers
2016-12-27Add support for Aztec barcodes (#101)Ruud Kamphuis
2016-11-12Document the TIFF image functions. Correct related documentation.Kurt
2016-11-11Adjust some names of test functions to conform with Go's naming conventionsKurt
2016-11-10Add package descriptionKurt
2016-11-10Support standard tiff imagesKurt
2016-10-12added mutex to barcode cache (#85)Ruben
2016-07-30Check for error in ghostscript exampleKurt
2016-05-16Enhance documentation and add test for PDF417 barcodeKurt
2016-05-16Pass columns and security level to Encode methodRuud Kamphuis
2016-05-15Add support for Pdf417 barcodesRuud Kamphuis
2016-02-18Factor example filenamesKurt
2016-02-18Comment about commandKurt
2016-02-18Demonstration of PDF size reduction with ghostscriptKurt
2015-09-10HttpImg: make Http specific PDF interface.Jelmer Snoeck
2015-08-31Add Barcode contribution package.Jelmer Snoeck
2015-08-27Maintain aspect ratio of registered imageKurt Jung
2015-08-27Httpimg: remove pdf folder.Jelmer Snoeck
2015-08-27Use internal example package for testing.Jelmer Snoeck
2015-08-26Httpimg: cleanup pdf path on with tests.Jelmer Snoeck
2015-08-26Examples: rename function/file for clarification.Jelmer Snoeck
2015-08-26HttpImg: use `Register` method.Jelmer Snoeck
2015-08-26Httpimg: rename package.Jelmer Snoeck
2015-08-24Use RegisterHttpImage instead of RegisterRemoteImage.Jelmer Snoeck
2015-08-24Use `GetImageInfo` to see if the image is already registered.Jelmer Snoeck
2015-08-19Fhttp: add RegisterRemoteImage functionality.Jelmer Snoeck