bandcamp-fetch/examples/getImageFormats_output.txt
2022-06-25 04:43:47 +08:00

231 lines
3.7 KiB
Plaintext

Artist image formats:
[
{
id: 20,
name: 'bio_screen',
resize_algo: 'fit',
width: 1024,
height: 1024,
file_format: 'JPEG'
},
{
id: 21,
name: 'bio_thumb',
resize_algo: 'fit',
width: 120,
height: 180,
file_format: 'JPEG'
},
{
id: 22,
name: 'bio_navbar',
resize_algo: 'thumb',
width: 25,
height: 25,
file_format: 'JPEG'
},
{
id: 23,
name: 'bio_phone',
resize_algo: 'fit',
width: 300,
height: 300,
file_format: 'JPEG'
},
{
id: 24,
name: 'bio_licensing',
resize_algo: 'thumb',
width: 300,
height: 300,
file_format: 'JPEG'
},
{
id: 25,
name: 'bio_app',
resize_algo: 'fit',
width: 700,
height: 700,
file_format: 'JPEG',
quality: 70
},
{
id: 26,
name: 'bio_subscribe',
resize_algo: 'thumb',
width: 800,
height: 600,
file_format: 'JPEG'
},
{
id: 27,
name: 'bio_subscribe2',
resize_algo: 'thumb',
width: 715,
height: 402,
file_format: 'JPEG'
},
{
id: 28,
name: 'bio_featured',
resize_algo: 'thumb',
width: 768,
height: 432,
file_format: 'JPEG'
},
{
id: 29,
name: 'bio_autocomplete',
resize_algo: 'thumb',
width: 100,
height: 75,
file_format: 'JPEG'
}
]
Album image formats:
[
{
id: 2,
name: 'art_thumb',
resize_algo: 'thumb',
width: 350,
height: 350,
file_format: 'JPEG'
},
{
id: 3,
name: 'art_thumbthumb',
resize_algo: 'thumb',
width: 100,
height: 100,
file_format: 'JPEG'
},
{
id: 4,
name: 'art_embedded_metadata',
resize_algo: 'thumb',
width: 300,
height: 300,
file_format: 'JPEG'
},
{
id: 5,
name: 'art_embedded_metadata_large',
resize_algo: 'thumb',
width: 700,
height: 700,
file_format: 'JPEG'
},
{
id: 6,
name: 'art_embedded_player',
resize_algo: 'thumb',
width: 100,
height: 100,
file_format: 'JPEG'
},
{
id: 7,
name: 'art_embedded_player_large',
resize_algo: 'thumb',
width: 150,
height: 150,
file_format: 'JPEG'
},
{
id: 8,
name: 'art_tags',
resize_algo: 'thumb',
width: 124,
height: 124,
file_format: 'JPEG'
},
{
id: 9,
name: 'art_tags_large',
resize_algo: 'thumb',
width: 210,
height: 210,
file_format: 'JPEG'
},
{
id: 11,
name: 'art_tag_search',
resize_algo: 'thumb',
width: 172,
height: 172,
file_format: 'JPEG'
},
{
id: 12,
name: 'art_artist_index',
resize_algo: 'thumb',
width: 138,
height: 138,
file_format: 'JPEG'
},
{
id: 13,
name: 'art_solo_feature',
resize_algo: 'thumb',
width: 380,
height: 380,
file_format: 'JPEG'
},
{
id: 14,
name: 'art_feature',
resize_algo: 'thumb',
width: 368,
height: 368,
file_format: 'JPEG'
},
{
id: 15,
name: 'art_feed_new_release',
resize_algo: 'thumb',
width: 135,
height: 135,
file_format: 'JPEG'
},
{
id: 16,
name: 'art_app_large',
resize_algo: 'thumb',
width: 700,
height: 700,
file_format: 'JPEG',
quality: 70,
minsize: { size: 30000, format: 5 }
},
{
id: 67,
name: 'art_thumb_anim_ok',
resize_algo: 'thumb',
width: 350,
height: 350,
file_format: 'JPEG',
anim_ok: true
},
{
id: 68,
name: 'art_tags_large_anim_ok',
resize_algo: 'thumb',
width: 210,
height: 210,
file_format: 'JPEG',
anim_ok: true
},
{
id: 69,
name: 'art_embedded_metadata_large_anim_ok',
resize_algo: 'thumb',
width: 700,
height: 700,
file_format: 'JPEG',
anim_ok: true
}
]