E
elfenliedtopfan2
Guest
ok i have code like this
#34;, "createdAt": "2018-08-01T17:50:52.053061"}, {"uid": "67f4b55490574daca23a47342030ad1e", "width": 4096, "options": {"format": "R", "quality": 88}, "updatedAt": "2018-08-01T17:50:52.056717", "height": 4096, "size": 2749401, "url": "https://media.sketchfab.com/urls/ea...493/67f4b55490574daca23a47342030ad1e.jpeg"
the size is 4096 x 4096
and i want to download all images to pc that match this size and 2048 x 2048
but not sure how to accomplish this i know regex is the way think this can be done this is what i have currently
(https://media.sketchfab.com)\/urls\/[a-zA-Z0-9]+\/dist\/textures\/[a-zA-Z0-9]+\/[a-zA-Z0-9]+.jpg
and that does the link well not tested it in c# yet but it works on regex help site but trying to get it to download images due to size and not sure how to parse and download image to pc this way.
Continue reading...
#34;, "createdAt": "2018-08-01T17:50:52.053061"}, {"uid": "67f4b55490574daca23a47342030ad1e", "width": 4096, "options": {"format": "R", "quality": 88}, "updatedAt": "2018-08-01T17:50:52.056717", "height": 4096, "size": 2749401, "url": "https://media.sketchfab.com/urls/ea...493/67f4b55490574daca23a47342030ad1e.jpeg"
the size is 4096 x 4096
and i want to download all images to pc that match this size and 2048 x 2048
but not sure how to accomplish this i know regex is the way think this can be done this is what i have currently
(https://media.sketchfab.com)\/urls\/[a-zA-Z0-9]+\/dist\/textures\/[a-zA-Z0-9]+\/[a-zA-Z0-9]+.jpg
and that does the link well not tested it in c# yet but it works on regex help site but trying to get it to download images due to size and not sure how to parse and download image to pc this way.
Continue reading...