Ignore:
Timestamp:
06/23/12 15:45:57 (12 years ago)
Author:
nit
Message:

[titan] add scale to savejpg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/imdbapi/imdbapi.h

    r16799 r16812  
    118118                                {
    119119                                        buf = loadjpg(savefile, &width, &height, &rowbytes, &channels, 16);
    120                                         savejpg(savethumb, width * channels, 91, 140, 70, buf);
     120                                        buf = savejpg(savethumb, width, height, channels, 91, 140, 70, buf);
    121121                                }
    122122                                free(buf); buf = NULL;
Note: See TracChangeset for help on using the changeset viewer.