Manuscript (Case [Issue]21927) Graphics - Figure out why PNGReadWriter does not pass a full test suite

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]21927) Graphics - Figure out why PNGReadWriter does not pass a full test suite

Pharo Issue Tracker
Manuscript Notification
avatar
Henrik Nergaard resolved Case 21927: Figure out why PNGReadWriter does not pass a full test suite and assigned it to Sven Van Caekenberghe:
Enhancement in Project:  Graphics: 1. Pharo Image  •  You are subscribed to this case
Here are the error messages:
xs1n0g01.png
image format not recognized

xhdn0g08.png
PNGReadWriter crc error in chunk IHDR

xlfn0g04.png
image format not recognized

xcsn0g01.png
PNGReadWriter crc error in chunk IDAT

xc9n2c08.png
10

xs2n0g01.png
image format not recognized

xd9n2c08.png
7

xc1n0g08.png
receiver of "adaptToNumber:andSend:" is nil

xd0n2c08.png
0

xdtn0g01.png
image data is missing

xcrn0g04.png
image format not recognized

xd3n2c08.png
1

xs4n0g01.png
image format not recognized

xs7n0g01.png
image format not recognized

<code>
| folder col |

col := OrderedCollection new.

folder := 'myfolder' asFileReference.
(((folder) filesMatching: '*.png')
collect: [ :each |
([ PNGReadWriter formFromFileNamed: each ] on: Error do: [ :e |
col add: each basename -> e messageText ]) ]).

String streamContents: [ :ss |
col do: [ :each |
ss << each key; cr; << each value; cr;cr
]
].
</code>
Status changed:
Work Needed  changed to  Resolved (Invalid)

Assigned To changed:
Everyone  changed to  Sven Van Caekenberghe

Priority Priority: 4 – Would be nice Status Status: Resolved (Invalid)
Assigned To Assigned to: Sven Van Caekenberghe Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker