Home
last modified time | relevance | path

Searched refs:thumbnailImage (Results 1 – 25 of 86) sorted by relevance

1234

/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D002_thumbnail.phpt10 $imagick->thumbnailImage( 100, null, false );
17 $imagick->thumbnailImage( null, 100, false );
24 $imagick->thumbnailImage( 100, 100, false);
33 $imagick->thumbnailImage( null, null, false );
44 $imagick->thumbnailImage( 100, 100, true );
53 $imagick->thumbnailImage( 100, null, true );
66 $imagick->thumbnailImage( null, 100, true );
79 $imagick->thumbnailImage( null, null, true );
90 $imagick->thumbnailImage(300, 0, false, false, true);
102 $imagick->thumbnailImage(300, 0);
[all …]
H A D157_Imagick_thumbnailImage_basic.phpt2 Test Imagick, thumbnailImage
12 function thumbnailImage() {
16 $imagick->thumbnailImage(100, 100, true, true);
21 thumbnailImage() ;
H A D012-clone-separation.phpt11 $new->thumbnailImage(200, null);
15 $new2->thumbnailImage(200, null);
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D002_thumbnail.phpt10 $imagick->thumbnailImage( 100, null, false );
17 $imagick->thumbnailImage( null, 100, false );
24 $imagick->thumbnailImage( 100, 100, false);
33 $imagick->thumbnailImage( null, null, false );
44 $imagick->thumbnailImage( 100, 100, true );
53 $imagick->thumbnailImage( 100, null, true );
66 $imagick->thumbnailImage( null, 100, true );
79 $imagick->thumbnailImage( null, null, true );
90 $imagick->thumbnailImage(300, 0, false, false, true);
102 $imagick->thumbnailImage(300, 0);
[all …]
H A D157_Imagick_thumbnailImage_basic.phpt2 Test Imagick, thumbnailImage
12 function thumbnailImage() {
16 $imagick->thumbnailImage(100, 100, true, true);
21 thumbnailImage() ;
H A D012-clone-separation.phpt11 $new->thumbnailImage(200, null);
15 $new2->thumbnailImage(200, null);
/dports/misc/perkeep/perkeep-0.11/internal/images/
H A Ddocker.go32 const thumbnailImage = "gcr.io/perkeep-containers/thumbnail" // without version const
49 if ok, err := haveImageID(thumbnailImage, thumbnailImageID); !ok || err != nil {
51 return fmt.Errorf("error running docker to check for %s: %v", thumbnailImage, err)
53 log.Printf("pulling docker image %s ...", thumbnailImage)
54 if err := pull(thumbnailImage); err != nil {
55 return fmt.Errorf("error pulling %s: %v", thumbnailImage, err)
/dports/finance/prestashop/prestashop/src/Core/Domain/Category/QueryResult/
H A DEditableCategory.php95 private $thumbnailImage; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Category\\QueryResult\\EditableCategory
131 * @param mixed $thumbnailImage
149 $thumbnailImage = null, argument
164 $this->thumbnailImage = $thumbnailImage;
272 return $this->thumbnailImage;
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/
H A DThumbnailLoader.java29 ByteBuffer thumbnailImage = getThumbnailByURL(thumbnail); in messageAction() local
32 if(thumbnailImage != null && thumbnailImage.getLength() == 0) thumbnailImage = null; in messageAction()
34 String imgPath = Thumbnail.getValidImagePath(ai.getIdentifier(), thumbnailImage); in messageAction()
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/thumbbar/
H A Dshowfotothumbnailmodel.cpp150 QImage thumbnailImage; in data() local
171 if (getThumbnail(info, thumbnailImage)) in data()
173 thumbnailImage = thumbnailImage.scaled(thumbSize, thumbSize, in data()
176 emit signalThumbInfo(info, thumbnailImage); in data()
178 return thumbnailImage; in data()
379 …fotoThumbnailModel::slotThumbInfoLoaded(const ShowfotoItemInfo& info, const QImage& thumbnailImage) in slotThumbInfoLoaded() argument
381 QImage thumbnail = thumbnailImage; in slotThumbInfoLoaded()
H A Dshowfotothumbnailmodel.h111 void slotThumbInfoLoaded(const ShowfotoItemInfo& info, const QImage& thumbnailImage);
118 …void signalThumbInfo(const ShowfotoItemInfo& info, const QImage& thumbnailImage) const; /…
/dports/www/gallery2/gallery2/modules/thumbnail/
H A DCustomThumbnailOption.inc44 list ($ret, $thumbnailImage) = ThumbnailHelper::fetchThumbnail($item->getId());
48 if (isset($thumbnailImage)) {
49 $thumbnailImage = (array)$thumbnailImage;
68 array('thumbnail' => $thumbnailImage,
111 list ($ret, $thumbnailImage) = ThumbnailHelper::fetchThumbnail($item->getId());
115 if (!isset($thumbnailImage)) {
119 $ret = GalleryCoreApi::deleteEntityById($thumbnailImage->getId(), 'ThumbnailImage');
/dports/editors/calligra/calligra-3.2.1/gemini/
H A DRecentImageImageProvider.cpp75 QImage thumbnailImage; in requestImage() local
76 if (thumbnailImage.loadFromData(thumbnailData) ){//&& in requestImage()
80 thumbnail = QImage(thumbnailImage.size(), QImage::Format_RGB32); in requestImage()
83 p.drawImage(QPoint(0, 0), thumbnailImage); in requestImage()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Categories/Blocks/
H A Dthumbnail_image.html.twig27 {% if thumbnailImage is defined and thumbnailImage is not null %}
30 <img src="{{ thumbnailImage.path }}" class="figure-img img-fluid img-thumbnail">
31 …ption">{{ 'File size'|trans({}, 'Admin.Advparameters.Feature') }} {{ thumbnailImage.size }}</figca…
/dports/www/ilias/ILIAS-5.4.25/Services/Certificate/classes/Form/Repository/
H A Dclass.ilCertificateSettingsFormRepository.php247 …$thumbnailImage = new ilImageFileInputGUI($this->language->txt('certificate_card_thumbnail_image')…
248 $thumbnailImage->setRequired(false);
249 $thumbnailImage->setUseCache(false);
250 $thumbnailImage->setSuffixes(array('svg'));
257 $thumbnailImage->setImage(ilWACSignedPath::signFile($presentationThumbnailImagePath));
261 $thumbnailImage->setAllowDeletion($allowThumbnailDeletion);
263 $form->addItem($thumbnailImage);
/dports/www/ilias6/ILIAS-6.14/Services/Certificate/classes/Form/Repository/
H A Dclass.ilCertificateSettingsFormRepository.php272 …$thumbnailImage = new ilImageFileInputGUI($this->language->txt('certificate_card_thumbnail_image')…
273 $thumbnailImage->setRequired(false);
274 $thumbnailImage->setUseCache(false);
275 $thumbnailImage->setSuffixes(array('svg'));
282 $thumbnailImage->setImage(ilWACSignedPath::signFile($presentationThumbnailImagePath));
286 $thumbnailImage->setAllowDeletion($allowThumbnailDeletion);
288 $form->addItem($thumbnailImage);
/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataHandler/
H A DRootCategoryFormDataHandler.php166 * @param UploadedFile $thumbnailImage
172 UploadedFile $thumbnailImage = null, argument
179 if (null !== $thumbnailImage) {
180 $this->categoryThumbnailUploader->upload($categoryId, $thumbnailImage);
H A DCategoryFormDataHandler.php178 * @param UploadedFile $thumbnailImage
184 UploadedFile $thumbnailImage = null, argument
191 if (null !== $thumbnailImage) {
192 $this->categoryThumbnailUploader->upload($categoryId->getValue(), $thumbnailImage);
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/Effect/Imagick/
H A DPhotoStack.php92 $topimg->thumbnailImage(
108 $imgk->thumbnailImage(
158 $imgk->thumbnailImage(
187 $this->_image->imagick->thumbnailImage(
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_pixel_selection.cpp54 QImage thumbnailImage; member
61 thumbnailImage = QImage(); in invalidateThumbnailImage()
86 m_d->thumbnailImage = rhs.m_d->thumbnailImage; in KisPixelSelection()
500 QImage KisPixelSelection::thumbnailImage() const in thumbnailImage() function in KisPixelSelection
502 return m_d->thumbnailImage; in thumbnailImage()
540 m_d->thumbnailImage = QImage(); in recalculateThumbnailImage()
568 m_d->thumbnailImage = deviceToQImage(thumbDevice, thumbRect, maskColor); in recalculateThumbnailImage()
572 m_d->thumbnailImage = deviceToQImage(this, rc, maskColor); in recalculateThumbnailImage()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialUploadStash.php190 $thumbnailImage = $file->transform( $params, $flags );
191 if ( !$thumbnailImage ) {
198 if ( !$thumbnailImage->getStoragePath() ) {
207 $this->stash->repo, $thumbnailImage->getStoragePath(), false );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialUploadStash.php207 $thumbnailImage = $file->transform( $params, $flags );
208 if ( !$thumbnailImage ) {
215 if ( !$thumbnailImage->getStoragePath() ) {
224 $this->stash->repo, $thumbnailImage->getStoragePath(), false );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialUploadStash.php207 $thumbnailImage = $file->transform( $params, $flags );
208 if ( !$thumbnailImage ) {
215 if ( !$thumbnailImage->getStoragePath() ) {
224 $this->stash->repo, $thumbnailImage->getStoragePath(), false );
/dports/multimedia/kodi/xbmc-19.3-Matrix/addons/metadata.demo.movies/
H A Ddemo.py39 liz=xbmcgui.ListItem('Demo movie 1', thumbnailImage='DefaultVideo.png', offscreen=True)
42 liz=xbmcgui.ListItem('Demo movie 2', thumbnailImage='DefaultVideo.png', offscreen=True)
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Categories/
H A Dedit.html.twig35 'thumbnailImage': editableCategory.thumbnailImage,

1234