×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
cropResize
Eric Fagault
Navegador Iniciado
Posts: 18
6 años 7 meses antes - 6 años 7 meses antes #1776
por Eric Fagault
cropResize Publicado por 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:
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
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
Última Edición: 6 años 7 meses antes por Eric Fagault.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Jamila
Visitante
6 años 6 meses antes #1798
por Jamila
Respuesta de Jamila sobre el tema 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
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
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Pieter-Jan van Rossen
Navegador Iniciado
Posts: 11
6 años 2 meses antes #1827
por Pieter-Jan van Rossen
Keep in mind that this is also depricated
Respuesta de Pieter-Jan van Rossen sobre el tema 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
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Tiempo de carga de la página: 0.054 segundos