libpng warning: #18

Open
opened 2018-11-23 13:01:16 +01:00 by copiis · 9 comments
copiis commented 2018-11-23 13:01:16 +01:00 (Migrated from github.com)

libpng warning: Interlace handling should be turned on when using png_read_image

libpng warning: Interlace handling should be turned on when using png_read_image
MrPetovan commented 2018-11-23 15:28:37 +01:00 (Migrated from github.com)

What version are you running? The new one (version 2 onward) or the legacy dir project?

What version are you running? The new one (version 2 onward) or the legacy `dir` project?
copiis commented 2018-11-23 17:17:43 +01:00 (Migrated from github.com)

The new one 2.1.0

The new one 2.1.0
MrPetovan commented 2018-11-25 02:43:21 +01:00 (Migrated from github.com)

I can't find any resource online about this error pertaining to a specific PHP code snippet, Can you please check your libpng version?

I can't find any resource online about this error pertaining to a specific PHP code snippet, Can you please check your libpng version?
copiis commented 2018-11-25 07:49:09 +01:00 (Migrated from github.com)

identify -list format | grep PNG
JNG* PNG rw- JPEG Network Graphics
MNG* PNG rw+ Multiple-image Network Graphics (libpng 1.6.34)
PNG* PNG rw- Portable Network Graphics (libpng 1.6.34)
See http://www.libpng.org/ for details about the PNG format.
PNG00* PNG rw- PNG inheriting bit-depth, color-type from original if possible
PNG24* PNG rw- opaque or binary transparent 24-bit RGB (zlib 1.2.11)
PNG32* PNG rw- opaque or transparent 32-bit RGBA
PNG48* PNG rw- opaque or binary transparent 48-bit RGB
PNG64* PNG rw- opaque or transparent 64-bit RGBA
PNG8* PNG rw- 8-bit indexed with optional binary transparency
root@mail:~#

identify -list format | grep PNG JNG* PNG rw- JPEG Network Graphics MNG* PNG rw+ Multiple-image Network Graphics (libpng 1.6.34) PNG* PNG rw- Portable Network Graphics (libpng 1.6.34) See http://www.libpng.org/ for details about the PNG format. PNG00* PNG rw- PNG inheriting bit-depth, color-type from original if possible PNG24* PNG rw- opaque or binary transparent 24-bit RGB (zlib 1.2.11) PNG32* PNG rw- opaque or transparent 32-bit RGBA PNG48* PNG rw- opaque or binary transparent 48-bit RGB PNG64* PNG rw- opaque or transparent 64-bit RGBA PNG8* PNG rw- 8-bit indexed with optional binary transparency root@mail:~#
MrPetovan commented 2018-11-25 08:25:57 +01:00 (Migrated from github.com)

Thanks, there was that one issue that was supposed to be solved in libpng 1.5.something, but you already are at version 1.6.

I've got nothing. 🤷‍♂️

Thanks, there was that one issue that was supposed to be solved in libpng 1.5.something, but you already are at version 1.6. I've got nothing. 🤷‍♂️
AndyHee commented 2018-12-23 09:15:54 +01:00 (Migrated from github.com)

libpng warning: Interlace handling should be turned on when using png_read_image

I can confirm this warring that's clogging up my log too. I'm on libpng 1.6.28 version.

`libpng warning: Interlace handling should be turned on when using png_read_image` I can confirm this warring that's clogging up my log too. I'm on libpng 1.6.28 version.
AndyHee commented 2018-12-23 09:30:30 +01:00 (Migrated from github.com)

I'm looking at the discussions here: https://sourceforge.net/p/libpng/bugs/237/
the warning might actually relate to PHP.

I'm looking at the discussions here: https://sourceforge.net/p/libpng/bugs/237/ the warning might actually relate to PHP.
MrPetovan commented 2018-12-23 14:58:27 +01:00 (Migrated from github.com)

Yeah, I feel like we've been doing image manipulation wrong for a while.

Yeah, I feel like we've been doing image manipulation wrong for a while.
AndyHee commented 2018-12-23 16:03:51 +01:00 (Migrated from github.com)

OK, no worries.

OK, no worries.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/friendica-directory#18
No description provided.