HELP with PGM Format

  • Follow


Hi all,
Please can someone tell me how to convert a .jpg image to .pgm and
save it with imwrite() function.

Thanks a lot

Regards
Mohammed Mohsen
0
Reply DaExistinSlave 4/30/2010 8:06:42 PM

DaExistinSlave <daexistinslave@gmail.com> wrote in message <b4abf9fe-28c6-4d69-902b-33b51fe58de0@r11g2000yqa.googlegroups.com>...
> Hi all,
> Please can someone tell me how to convert a .jpg image to .pgm and
> save it with imwrite() function.
> 
> Thanks a lot
> 
> Regards
> Mohammed Mohsen

a hint:
- use the married couple...

     help imread;     % <- jpg
     help imwrite;     % >- pgm

us
0
Reply us 4/30/2010 9:16:04 PM


1 Replies
223 Views

(page loaded in 0.049 seconds)

Similiar Articles:











7/13/2012 10:24:28 PM


Reply: