def test_single_params__with_pil(self):
     single_dataset(self.retrieve)
Beispiel #2
0
 def test_single_params__with_graphicsmagick(self):
     single_dataset(self.retrieve, with_gif=False)
Beispiel #3
0
 def test_single_params__with_opencv(self):
     single_dataset(self.retrieve, with_gif=False)
Beispiel #4
0
 def test_single_params__with_opencv(self):
     single_dataset(self.fetch, with_gif=False)
Beispiel #5
0
 def test_single_params__with_pil(self):
     single_dataset(self.retrieve)
Beispiel #6
0
 def test_single_params__with_pil(self):
     single_dataset(self.fetch)
Beispiel #7
0
 def test_single_params__with_opencv(self):
     single_dataset(self.retrieve, with_gif=False)
Beispiel #8
0
 def test_single_params__with_graphicsmagick(self):
     single_dataset(self.retrieve, with_gif=False)
Beispiel #9
0
 def test_single_params__with_opencv(self):
     single_dataset(self.fetch, with_gif=False)
Beispiel #10
0
 def test_single_params__with_pil(self):
     single_dataset(self.fetch)