Ignore:
Timestamp:
06/17/12 11:46:16 (12 years ago)
Author:
nit
Message:

[titan] update tmc, add quality param to savejpg

File:
1 edited

Legend:

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

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