move ImageProperties.xml

it's now in x/, not x/x/, same as the official tool
This commit is contained in:
John Cupitt 2014-09-25 11:16:14 +01:00
parent 7915308155
commit f467924156
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
- python vips8 binding
- python vips8 test suite: test_arithmetic.py
- better extra band handling by colour, again
- move zoomify ImageProperties file, now a better match to the offical tool
8/9/14 started 7.40.9
- support jfif resunit "none"

View File

@ -641,8 +641,7 @@ write_properties( VipsForeignSaveDz *dz )
{
GsfOutput *out;
out = vips_gsf_path( dz->tree,
"ImageProperties.xml", dz->root_name, NULL );
out = vips_gsf_path( dz->tree, "ImageProperties.xml", NULL );
gsf_output_printf( out, "<IMAGE_PROPERTIES "
"WIDTH=\"%d\" HEIGHT=\"%d\" NUMTILES=\"%d\" "