Change imagestorage to imagebuffer.

This commit is contained in:
Fabian Märki
2017-03-16 10:54:51 +01:00
parent 7b6cc23c31
commit 484c86dcb3

View File

@ -447,7 +447,7 @@ This transformation could potentially also be used for other value forms than im
"valueTransformations":[ "valueTransformations":[
{ {
"pattern":"Image", "pattern":"Image",
"backend":"sf-imagestorage", "backend":"sf-imagebuffer",
"sequence":[ "sequence":[
"valueSampler":{ "valueSampler":{
"downSampleFactor":4, "downSampleFactor":4,