| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
So we use the right path encoding on Windows and don't interpret the content
as text.
This makes the pixbuf-threads run on Windows.
|
|
|
|
|
|
|
|
|
| |
In case jp2 is supported, add a test to pixbuf-threads for it,
since seems is the place where most of the format tests are performed.
The image used as a test is the one provided by upstream libjasper.
https://bugzilla.gnome.org/show_bug.cgi?id=760474
|
|
|
|
|
| |
Make sure they have a sane file extension so it's easy for tools to
identify them from their filename.
|
|
|
|
| |
The wbmp and ras loaders were dropped, no need to keep the filrs.
|
|
|
|
|
|
| |
Make test-images/ a directory only containing subdirectories for ease of
maintenance.
Move all images from that directory to test-images/randomly-modified.
|
| |
|
|
|
|
|
|
|
| |
Skip tests if their file format is not supported by the
available loaders.
https://bugzilla.gnome.org/show_bug.cgi?id=722651
|
|
|
|
| |
Make this test use g_test_run, so it is compatible with using TAP.
|
|
|
|
|
| |
We have been requiring a new-enough GLib for a while now,
so drop this unnecessary clutter.
|
|
|
|
|
|
|
|
|
| |
These tests were broken by: 8ec55ff29e0626a05a3aa9d92060e28767ee142f
Previously we were relying on hand-written .test files
which used sh -c and wildcard expansion, but with modern
GLib we can just use g_test_get_dir() to find the datadir
relative to our binary path.
|
|
|
|
|
| |
This test is falling on the builder, but the message
doesn't help to find out why.
|
|
|
|
|
|
| |
Make it possible to limit the iterations of the pixbuf-threads
and pixbuf-randomly-modified tests, and run them installed on
some of the test images in tests/test-images.
|
|
|
|
| |
Avoid deprecation warnings for g_type_init and g_thread_init.
|
|
|