mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Do not do the stupid write test for EPS
EPS writing can be done either by pdftops from Poppler, or by GhostScript. These two tools produce very different output, so the simple write test will always fail on some systems (currently ones without poppler).
This commit is contained in:
parent
f0f6d14367
commit
bfea0e0e7c
@ -62,7 +62,8 @@ kimageformats_read_tests(
|
||||
# You can append -lossless to the format to indicate that
|
||||
# reading back the image data will result in an identical image.
|
||||
kimageformats_write_tests(
|
||||
eps
|
||||
#eps # EPS writing depends on a choice of tools, and so needs
|
||||
# a cleverer test
|
||||
jp2
|
||||
pcx-lossless
|
||||
pic-lossless
|
||||
|
Loading…
Reference in New Issue
Block a user