Home
last modified time | relevance | path

Searched refs:GifBuilder (Results 1 – 24 of 24) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/example/
H A Dlottie2gif.cpp16 class GifBuilder { class
18 explicit GifBuilder(const std::string &fileName , const uint32_t width, in GifBuilder() function in GifBuilder
26 ~GifBuilder() in ~GifBuilder()
88 GifBuilder builder(gifName.data(), w, h, bgColor); in render()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Processing/
H A DLocalCropScaleMaskHelper.php21 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
67 $gifBuilder = GeneralUtility::makeInstance(GifBuilder::class);
230 * @param GifBuilder $gifBuilder
233 …protected function getNewSvgDimensions($file, array $configuration, array $options, GifBuilder $gi…
267 …caleMask(Resource\ProcessedFile $processedFile, \TYPO3\CMS\Frontend\Imaging\GifBuilder $gifBuilder)
H A DLocalPreviewHelper.php23 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
141 $gifBuilder = GeneralUtility::makeInstance(GifBuilder::class);
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/example/
H A Dlottie2gif.cpp16 class GifBuilder { class
18 explicit GifBuilder(const std::string &fileName , const uint32_t width, in GifBuilder() function in GifBuilder
26 ~GifBuilder() in ~GifBuilder()
88 GifBuilder builder(gifName.data(), w, h, bgColor); in render()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.7/
H A DDeprecation-80532-GifBuilder-relatedMethodsInContentObjectRenderer.rst4 Deprecation: #80532 - GifBuilder-related methods in ContentObjectRenderer
12 The following methods related to :php:`GifBuilder` within :php:`ContentObjectRenderer` have been ma…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.7/
H A DDeprecation-80532-GifBuilder-relatedMethodsInContentObjectRenderer.rst4 Deprecation: #80532 - GifBuilder-related methods in ContentObjectRenderer
12 The following methods related to :php:`GifBuilder` within :php:`ContentObjectRenderer` have been ma…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.7/
H A DDeprecation-80532-GifBuilder-relatedMethodsInContentObjectRenderer.rst4 Deprecation: #80532 - GifBuilder-related methods in ContentObjectRenderer
12 The following methods related to :php:`GifBuilder` within :php:`ContentObjectRenderer` have been ma…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/OnlineMedia/Processing/
H A DPreviewProcessing.php31 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
168 $gifBuilder = GeneralUtility::makeInstance(GifBuilder::class);
205 * @param GifBuilder $gifBuilder
208 …protected function getConfigurationForImageCropScaleMask(array $configuration, GifBuilder $gifBuil…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DGraphicalMenuContentObject.php22 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
162 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
175 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
195 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
211 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
328 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
342 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
H A DImageMenuContentObject.php22 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
70 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-72338-RemovedGraphicalFunctions-nativeCharset.rst13 The property `nativeCharset` to allow GifBuilder to use other character-sets than UTF-8 for renderi…
32 Installations with custom setups and third-party PHP code using GifBuilder or GraphicalFunctions an…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-72338-RemovedGraphicalFunctions-nativeCharset.rst13 The property `nativeCharset` to allow GifBuilder to use other character-sets than UTF-8 for renderi…
32 Installations with custom setups and third-party PHP code using GifBuilder or GraphicalFunctions an…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-72338-RemovedGraphicalFunctions-nativeCharset.rst13 The property `nativeCharset` to allow GifBuilder to use other character-sets than UTF-8 for renderi…
32 Installations with custom setups and third-party PHP code using GifBuilder or GraphicalFunctions an…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Processing/
H A DLocalCropScaleMaskHelper.php24 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
68 $gifBuilder = GeneralUtility::makeInstance(GifBuilder::class);
219 …unction getConfigurationForImageCropScaleMask(ProcessedFile $processedFile, GifBuilder $gifBuilder)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Processing/
H A DLocalCropScaleMaskHelper.php24 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
68 $gifBuilder = GeneralUtility::makeInstance(GifBuilder::class);
218 …unction getConfigurationForImageCropScaleMask(ProcessedFile $processedFile, GifBuilder $gifBuilder)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-82768-ConfigurationOptionsForImageManipulationPHPAPI.rst53 Any TYPO3 installation with a extension accessing directly GraphicalFunctions or GifBuilder API
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-82768-ConfigurationOptionsForImageManipulationPHPAPI.rst53 Any TYPO3 installation with a extension accessing directly GraphicalFunctions or GifBuilder API
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-82768-ConfigurationOptionsForImageManipulationPHPAPI.rst53 Any TYPO3 installation with a extension accessing directly GraphicalFunctions or GifBuilder API
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Imaging/
H A DGifBuilder.php51 class GifBuilder extends GraphicalFunctions class
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Imaging/
H A DGifBuilder.php56 class GifBuilder extends GraphicalFunctions class
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Imaging/
H A DGifBuilder.php55 class GifBuilder extends GraphicalFunctions class
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php79 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
4035 $gifCreator = GeneralUtility::makeInstance(GifBuilder::class);
4143 … $info = GeneralUtility::makeInstance(GifBuilder::class)->imageMagickConvert($theImage, 'WEB');
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php79 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
4530 … $info = GeneralUtility::makeInstance(GifBuilder::class)->imageMagickConvert($theImage, 'WEB');
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php73 use TYPO3\CMS\Frontend\Imaging\GifBuilder; alias
4811 … $info = GeneralUtility::makeInstance(GifBuilder::class)->imageMagickConvert($theImage, 'WEB');