Announcement

#1 2024-03-30 14:41:14

Dero
Member
2023-08-03
6

[resolved] Using iOS App, photos from library import as HEIC, using web, jpeg

Hello

Running 14.3, self served

With the iOS App, either iPad or iPhone, images from photos library import as HEIC and most have generic thumbnail. Some have correct thumbnail.  Selecting the image opens fine.
If I import using web interface, the same images all import as jpeg and show correct thumbnail.

How do I get the HEIC to show correct or how do I get the App to convert the jpeg?

D

Last edited by Dero (2024-03-30 14:48:15)

Offline

 

#2 2024-03-31 10:46:40

cryopad
Piwigo Team
Grenoble, France
2015-11-01
191

Re: [resolved] Using iOS App, photos from library import as HEIC, using web, jpeg

Hi Dero,

Which graphics library is installed on your server?
For example, from Admin / Tools / Maintenance / Environment:

• Piwigo 14.3.0
• Installed on …
• Operating system: Linux
• PHP: 8.0.30
• MySQL: 10.6.16-MariaDB-1:10.6.16+maria~deb11-log
• Graphics Library: External ImageMagick 6.9.11-60

How is your Piwigo configured?
Have you added lines in Local config of LocalFiles Editor like e.g.:

Code:

/* Photo file formats — to allow HEIC with Piwigo 14 if appropriate image library available */
$conf['picture_ext'] = array('jpg','jpeg','png','gif','webp','heic');

/* File extensions — to allow video and other file types */
$conf['file_ext'] = array_merge(
  $conf['picture_ext'],
  array('tif','tiff','mp4','m4v','mpg','ogg','ogv','webm','webmv')
  );
$conf['graphics_library'] = 'ext_imagick';
$conf['upload_form_all_types'] = true;

What are the logs returned?
If not already done, add the below lines in Local config of LocalFiles Editor and extract relevant logs:

Code:

/* For debugging… (logs files stored in /_data/logs */
$conf['log_level'] = 'DEBUG';
$conf['show_php_errors'] = E_ALL;

If you enjoy Piwigo for iOS…
➤ We would appreciate an AppStore review.
➤ Comments, suggestions ? Tell us on GitHub…
➤ Not yet available in your language ? Help us translate it…

Offline

 

#3 2024-03-31 20:00:35

Dero
Member
2023-08-03
6

Re: [resolved] Using iOS App, photos from library import as HEIC, using web, jpeg

Hi

Looks like I messed up my entry in LocalFiles, working now.  Was odd that it worked sometimes, not other.

thanks

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact