Help for this page

Select Code to Download


  1. or download this
    gen_files => {       
       'my_thumb' => gen_thumb({ w => 100, h => 100 }),
     }
    
  2. or download this
     transform => {
        imager  => Imager -> new(),
        options => {xpixels => 400, ypixels => 500},
    }