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 binding
|
||||||
- python vips8 test suite: test_arithmetic.py
|
- python vips8 test suite: test_arithmetic.py
|
||||||
- better extra band handling by colour, again
|
- 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
|
8/9/14 started 7.40.9
|
||||||
- support jfif resunit "none"
|
- support jfif resunit "none"
|
||||||
|
@ -641,8 +641,7 @@ write_properties( VipsForeignSaveDz *dz )
|
|||||||
{
|
{
|
||||||
GsfOutput *out;
|
GsfOutput *out;
|
||||||
|
|
||||||
out = vips_gsf_path( dz->tree,
|
out = vips_gsf_path( dz->tree, "ImageProperties.xml", NULL );
|
||||||
"ImageProperties.xml", dz->root_name, NULL );
|
|
||||||
|
|
||||||
gsf_output_printf( out, "<IMAGE_PROPERTIES "
|
gsf_output_printf( out, "<IMAGE_PROPERTIES "
|
||||||
"WIDTH=\"%d\" HEIGHT=\"%d\" NUMTILES=\"%d\" "
|
"WIDTH=\"%d\" HEIGHT=\"%d\" NUMTILES=\"%d\" "
|
||||||
|
Loading…
Reference in New Issue
Block a user