|
From: SourceForge.net <no...@so...> - 2005-03-11 15:23:18
|
Bugs item #1161374, was opened at 2005-03-11 15:07 Message generated for change (Comment added) made by wobsta You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1161374&group_id=45430 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Gert Ingold (gertingold) Assigned to: Nobody/Anonymous (nobody) Summary: incorrect example misc/julia.py Initial Comment: It seems that in this example the arguments xiterations and yiterations in the call to bitmap.image should be interchanged. This will become clear when making xiterations different from yiterations. ---------------------------------------------------------------------- >Comment By: André Wobst (wobsta) Date: 2005-03-11 16:23 Message: Logged In: YES user_id=405853 Right. The data needs to be ordered left to right line by line *and* from top to bottom as its most common for bitmap data. Other order schemes could be implemented, but as long as nobody complains. Anyway, thanks for the report. Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1161374&group_id=45430 |