bandcamp-fetch/examples/getImageFormats_output.txt

231 lines
3.7 KiB
Plaintext
Raw Normal View History

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