Beispiel #1
0
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
Beispiel #2
0
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
Beispiel #3
0
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
     self.assertEqual(gegl_config.get_property('tile-width'), 128)
     self.assertEqual(gegl_config.get_property('tile-height'), 64)
Beispiel #4
0
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
     self.assertEqual(gegl_config.get_property('tile-width'), 128)
     self.assertEqual(gegl_config.get_property('tile-height'), 64)