- Issue created by @eduardo morales alberti
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Also, it is possible that the validator is not available:
- Merge request !15Issue #3506468 by eduardo morales alberti: Function... β (Open) created by eduardo morales alberti
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Added support to Imagemagick toolkit using code from image_effects to avoid adding the dependency.
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Pending to review PHPUnit tests
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
We are not sure why failed on Gitlab
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
We need some help to know why is failing the PHPUnit tests
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Added image_effects check on constraint if image_magic, to avoid duplicate code from other modules.
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Fixed test.
We are not sure why it is not working with Drupal 11 as the PHPUnit test fails, but it is stable on drupal 10.4.3 - πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Working on drupal 11.x compatibility
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Tests stabilized, not need validators. The rotation was applied on the hook presave.
- π§πͺBelgium timlie
Hi EduardoMoralesAlberti,
I tried your solution but seems this is still not working.
When setting images max resolution upload size, resize of images is done before getting exif information and exif info is already lost. - πΊπΈUnited States m.stenta
Added a link to the relevant Drupal core issue and change records in the issue description.
- πΊπΈUnited States m.stenta
(Linked to the wrong Drupal core issue, sorry. Corrected.)
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Using constraint again to avoid the problem of losing the metadata orientation.
Tested on a drupal 11.
Ready to review.