Bug 980 : PImage loadPixels/updatePixels
Last modified: 2008-11-04 09:34




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
Ira
Assigned To:
REAS

Attachment Type Created Size Actions

Description:   Opened: 2008-10-22 20:24
The reference for PImage.pixels has loadPixels() and updatePixels() as
function calls. I needed to call them as PImage methods to get them to work.
Additional Comment #1 From REAS 2008-10-23 10:18
Thanks. This is fixed, this was a documentation error. I also correct a few
typos in this reference and the other pixels reference.
Additional Comment #2 From Ira 2008-10-23 10:32
(In reply to comment #1)
>
>
>
> Additional Comment #1 From
> REAS
> 2008-10-23 10:18
>
> <!--
> addReplyLink(1); //-->[reply]
>
>
>
>
> Thanks. This is fixed, this was a documentation error. I also
correct a few
> typos in this reference and the other pixels reference.
>
>
I assume PImage reference will also need to be updated with
addition of loadPixels() and updatePixels() methods.
Additional Comment #3 From REAS 2008-10-23 10:56
Absolutely, I thought they were in there. Just checked, they are not. This
should technically be a new bug, but I'm just re-opening this one.
Additional Comment #4 From REAS 2008-11-04 09:34
Done. They are in the reference.