> > i.e. if I explicitly call exifrotate for the 'view' image, it gets > rotated as well. But the auto_thumbnail still is in landscape mode and I > don't know how to add a filter there. But wouldn't it make sense for the > auto_thumbnail to inherit the filter_chain from the main image? >
Ah I have forgotten how the ancient imagefilter works. Anyways auto_thumbnail is really stupid as it says on the api docs, it just inserts 'thumbnail' to derived images with the correct resize parameters. as for filter chain inherits/derived images in general I have though about making it work so that the derived images are derived from the *main* not the original, which subtly different than inhereting the filter chain but both have same drawbacks for situations when one would want to use more exotic combination of filters. Probably this thinking has led me to forget to make the schemadb_default to work correctly (ie insert the exifrotate on all chains and explicitly specify thumbnail as derived image). /Rambo _______________________________________________ user mailing list user@lists.midgard-project.org http://lists.midgard-project.org/mailman/listinfo/user