Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the libjasper-based JPEG2000 loader | Emmanuele Bassi | 2020-06-26 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | Libjasper is not really maintained any more, and has been dropped by various Linux distributions over the years. GdkPixbuf has not enabled the JPEG2000 loader by default in many years, relying on downstream distributors to do so if they also shipped libjasper. This means that it's unlikely anybody has relied on GdkPixbuf to load a JPEG2000 image for the past 3 to 5 years, if at all. The only other option for loading JPEG2000 images is to use OpenJPEG, and for that there is an out of tree GdkPixbuf module available: https://notabug.org/necklace/jp2-pixbuf-loader Fixes: #152, #137 | ||||
* | docs: Update the option used to generate the API reference | Emmanuele Bassi | 2020-06-26 | 1 | -1/+1 |
| | | | | We use `gtk_doc`, now. | ||||
* | docs: Style fixes for the README | Emmanuele Bassi | 2018-08-30 | 1 | -9/+9 |
| | | | | A couple clarifications of the wording in the build instruction. | ||||
* | docs: Link to the dependencies | Emmanuele Bassi | 2018-08-30 | 1 | -6/+6 |
| | | | | Make the README a bit more helpful. | ||||
* | README.md: notes on how to specify build options and run the test suite | Federico Mena Quintero | 2018-06-01 | 1 | -0/+21 |
| | |||||
* | docs: Update the licensing section of the README | Emmanuele Bassi | 2018-05-30 | 1 | -2/+2 |
| | | | | The aggregate license is LGPL v2.1+. | ||||
* | docs: Fill out the README file | Emmanuele Bassi | 2018-04-30 | 1 | -0/+70 |
It's desolate, at the moment, and free software projects without a decent README are a bit sad. |