Hi all,<div><br></div><div>I&#39;m just starting to play around with PDP and I&#39;m having a moment of extreme noobishness.</div><div><br></div><div>I&#39;d like to simply open and display an image from a file on disk (png/jpeg/tif whatever).  From what I can tell this can be done by using pdp_reg and sending a load_png message along with the path.  When I try this, nothing happens (no window is created nor console output).  I know that it&#39;s finding the file since the console will output and error if I send it a bogus path.  It&#39;s possible I&#39;m missing a library (I installed libpng3 but no dice) or some supremely obvious step.</div>
<div><br></div><div>The other method that I tried was using the pdp_rawin object and sending it a open message.  What&#39;s not clear to me is how to set the type message properly (bitmap/rgb/1920x1080 doesn&#39;t do much on a jpeg or png) or potentially output the raw image in a pipe.</div>
<div><br></div><div>I&#39;m running pd-extended on Ubuntu Karmic.</div><div><br></div><div>Any help is greatly appreciated.</div><div>-martin</div>