Help for this page

Select Code to Download


  1. or download this
    eval {
       Gimp->file_jpeg_save(...);
    ...
    if($@) {
       warn $@;
    }