move ImageProperties.xml
it's now in x/, not x/x/, same as the official tool
This commit is contained in:
parent
7915308155
commit
f467924156
@ -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"
|
||||
|
@ -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\" "
|
||||
|
Loading…
Reference in New Issue
Block a user