× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

cropResize

6 years 3 weeks ago - 6 years 3 weeks ago #1776 by Eric Fagault
cropResize was created by Eric Fagault
Hello,
I need to resize and crop an image.
I looked at your documentation "www.component-creator.com/joomladocs/joo...mage/cropResize.html"

I built my code like this:
<?php
				$ImageWidth = 250; [attachment=88]Capture_cropSize.JPG[/attachment] [attachment=88]Capture_cropSize.JPG[/attachment]
				$ImageHeight = 180;
				
				//Chemin de la photo à retailler
				$uploadPath = '/media/com_esoffers/images/photos_annonce' . DIRECTORY_SEPARATOR . $PhotoPrincipale;
																	
				//cropResize
                                // TEST 1
				/*
				$image = new JImage($uploadPath);	
				$newimage = $image->cropResize('250', '180');		
				$newimage->toFile('/media/com_esoffers/images/photos_annonce/annonces1'.$idOffers.'.jpg');
				*/
				
                                // TEST 2
				$image = new JImage($uploadPath);	
				$newimage = $image->cropResize($ImageWidth, $ImageHeight);		
				$newimage->toFile('/media/com_esoffers/images/photos_annonce/annonces1'.$idOffers.'.jpg');

 	?>
                                <img src="/media/com_esoffers/images/photos_annonce/annonces1<?php echo $idOffers; ?>.jpg" alt="" title="Voir l'annonce"/>
						<!-- For display test -->
						<img src="<?php echo $uploadPath; ?>"/>

But it sends me an error, which tells me that the image does not exist.
Yet it looks good when I do:
<img src = "<? php echo $ uploadPath;?>" />

How would you do it??

Best regards.

Eric
Attachments:
Last edit: 6 years 3 weeks ago by Eric Fagault.

Please Log in or Create an account to join the conversation.

5 years 11 months ago #1798 by Jamila
Replied by Jamila on topic cropResize
Hi Eric,

thank you for pointing that out. The documentation you found is outdated. Here you can find the Joomla! Documentation for Joomla! 3.8: api.joomla.org/cms-3/classes/Joomla.Imag...age.html#method_crop

We will update the documentation on our website as soon as possible.

Best regards,
Jamila Cisse

Please Log in or Create an account to join the conversation.

5 years 8 months ago #1827 by Pieter-Jan van Rossen
Replied by Pieter-Jan van Rossen on topic cropResize

Hi Eric,

thank you for pointing that out. The documentation you found is outdated. Here you can find the Joomla! Documentation for Joomla! 3.8: api.joomla.org/cms-3/classes/Joomla.Imag...ge.html#method_crope


Keep in mind that this is also depricated

Please Log in or Create an account to join the conversation.

Time to create page: 0.127 seconds
Powered by Kunena Forum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.