Generate Previews For Product That Created Form Custom Controller

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

Generate Previews For Product That Created Form Custom Controller

Post by awaidqureshi » 06 Mar 2020, 11:01

I want to generate media previews for the product that I have created from my custom controller. Means right after the product creation.

Please guide me about this issue.

Thanks

User avatar
aimeos
Administrator
Posts: 7865
Joined: 01 Jan 1970, 00:00

Re: Generate Previews For Product That Created Form Custom Controller

Post by aimeos » 07 Mar 2020, 10:54

Use the scale() method of the media controller:
https://github.com/aimeos/ai-controller ... d.php#L179

Code: Select all

$cntl = \Aimeos\Controller\Common\Media\Factory::create( $context );
$mediaItem = $cntl->scale( $mediaItem );
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply