REBOL3 tracker
  0.9.12 beta
Ticket #0001660 User: anonymous

Project:



rss
TypeBug Statustested Date24-Sep-2010 17:14
Versionalpha 107 CategoryDatatype Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary Limitation on image size not checked.
Description As a response to #1567, image size was restricted to 65535 in either dimension. This now seems broken.
Example code
>> make image! 65535.5x1
== make image! [0x1 #{
00...}
>> make image! 65536.0x1
== make image! [0x1 #{
00...}
>> make image! 65536.6x1
== make image! [1x1 #{
00...}

Assigned ton/a Fixed inalpha 108 Last Update20-Oct-2010 04:27


Comments

Date User Field Action Change
20-Oct-2010 04:27 BrianH Status Modified built => tested
28-Sep-2010 01:50 carl Fixedin Modified => alpha 108
28-Sep-2010 01:50 carl Status Modified reviewed => built
26-Sep-2010 18:56 carl Code Modified -
26-Sep-2010 18:56 carl Status Modified submitted => reviewed
24-Sep-2010 17:14 meijeru Ticket Added -