Home
last modified time | relevance | path

Searched refs:imgToDisplay (Results 1 – 3 of 3) sorted by relevance

/dports/finance/prestashop/prestashop/classes/webservice/
H A DWebserviceSpecificManagementImages.php86 public $imgToDisplay = null; variable in WebserviceSpecificManagementImagesCore
129 } elseif ($this->imgToDisplay) {
132 $imginfo = getimagesize($this->imgToDisplay);
164 return file_get_contents($this->imgToDisplay);
450 $this->imgToDisplay = $path;
640 $this->imgToDisplay = $filename;
799 $filename_exists = file_exists($this->imgToDisplay);
824 $this->imgToDisplay = $filename;
834 $this->imgToDisplay = $filename;
1197 $this->imgToDisplay = $reception_path;
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/classes/webservice/
H A DWebserviceSpecificManagementImages.php92 public $imgToDisplay = null; variable in WebserviceSpecificManagementImagesCore
163 elseif ($this->imgToDisplay) {
165 $imginfo = getimagesize($this->imgToDisplay);
199 return file_get_contents($this->imgToDisplay);
478 $this->imgToDisplay = $path;
692 $this->imgToDisplay = $filename;
877 $filenameExists = file_exists($this->imgToDisplay);
905 $this->imgToDisplay = $filename;
914 $this->imgToDisplay = $filename;
1274 $this->imgToDisplay = $receptionPath;
[all …]
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/lib/
H A D__init__.py435 imgToDisplay-=imgToDisplay.min()
436 imgToDisplay/=imgToDisplay.max()
438 ic = imgToDisplay[:,:,c]
442 return imgToDisplay
443 return imshow(imgToDisplay,show=show)
470 imgToDisplay = resize(img,tShape)
471 imgToDisplay-=imgToDisplay.min()
472 imgToDisplay/=imgToDisplay.max()
474 imgIn = imgToDisplay.copy()
491 ic = imgToDisplay[:,:,c]
[all …]