progress notes

This commit is contained in:
John Cupitt 2016-08-18 14:20:10 +01:00
parent 04c33a35c3
commit d1e28fe9d1
1 changed files with 16 additions and 5 deletions

21
TODO
View File

@ -1,4 +1,15 @@
- magick does not seem to be using wopen on win ... see
- done: jpeg, tiff, csv, vips, gif, openslide (needs git master), ppm, png,
pdf, rad, svg, webp
cfitsio: no unicode support on Windows, as far as I can see
libmatio: no unicode support on Windows, as far as I can see
OpenEXR: hates mingw and will not compile
imagemagick seems to like it ought to work, but does not, need to investigate
magick does not seem to be using wopen on win ... see
magick/utility-private.h, fopen_utf8()
we use the fopen() branch, not the _wfopen() one
@ -17,12 +28,12 @@
try removing the MINGW stuff
- done: jpeg, tiff, csv, vips
cfitsio: no unicode support on Windows, as far as I can see
- add unicode filename test
- add APPROX convsep test?
- add more webp tests to py suite