REBOL3 tracker
  0.9.12 beta
Ticket #0002040 User: anonymous

Project:



rss
TypeBug Statussubmitted Date31-Jul-2013 02:08
Versionr3 master CategoryUnspecified Submitted byjohnk
PlatformLinux x86 libc6 Severityminor Prioritylow

Summary Save/encode png fails under unix platforms
Description The following works fine under Windows, but fails on Linux x86, Max OS X and Linux ARM (raspberry pi).
It seems to be related to encode.
Saving to a bmp works correctly as expected.
Example code
save %test.png make image! [1024x768] 
encode 'png make image! [1024x768] 

Assigned ton/a Fixed in- Last Update2-Mar-2014 00:04


Comments
(0004023)
abolka
30-Sep-2013 16:47

Also crashes for me on Win32 (using http://www.rebolsource.net/downloads/win32-x86/r3-g4d9840f.exe).
(0004024)
fork
30-Sep-2013 16:56

I believe this to be resolved by https://github.com/rebol/rebol/pull/155
(0004027)
abolka
30-Sep-2013 18:35

In the core-tests suite.
(0004291)
abolka
2-Mar-2014 00:04

Also addressed by https://github.com/rebol/rebol/pull/194.

Date User Field Action Change
2-Mar-2014 00:04 abolka Comment : 0004291 Added -
30-Sep-2013 18:35 abolka Comment : 0004027 Added -
30-Sep-2013 16:56 fork Comment : 0004024 Added -
30-Sep-2013 16:47 abolka Comment : 0004023 Added -
31-Jul-2013 11:44 johnk Summary Modified Saving a png fails under linux => Save/encode png fails under unix platforms
31-Jul-2013 11:44 johnk Description Modified -
31-Jul-2013 11:44 johnk Code Modified -
31-Jul-2013 02:08 johnk Ticket Added -