Massimo Savazzi
Massimo Savazzi
Same for me but note that the same issue is on the Mac... I tend to think is apple's fault. For the rest: amazing driver, you saved me :) I...
Same for me. It explains why sometimes it perceives a double touch
good idea! But is not trivial, if you read the code the images are stored in memory not on files. When they are in memory they are "uncompressed" on download....
Wonderful Continue to test this week (I will be traveling) and when I’m back I can incorporate the changes. From: Cocotus [mailto:[email protected]] Sent: Sunday, 27 January, 2013 17:32 To: bodrick/Ember-MM...
Working on it M From: Cocotus [mailto:[email protected]] Sent: Sunday, 27 January, 2013 20:32 To: bodrick/Ember-MM Cc: msavazzi Subject: Re: [Ember-MM] Saved images are always re-compressed (#36) Another problem is, that...
Will fix that too once back at home I've been traveling for work and did not get any free minute :( Please excuse brevity. Sent from my Nokia Windows Phone...
This line is not correct ``` stroriginalurl = sUrl.Replace(stringArray(5), "original") ``` as if the image has the same sequence the resulting URL is invalid. I’ve replaced the code with the...
Coctus, I’ve added you changes but I think they are partial as the SaveFanart, SavePoster and the other saves are still using the quality. Can you check what happens with...
I’ve put this code in but can you provide us the example where it was happening? M From: Cocotus [mailto:[email protected]] Sent: Sunday, 3 February, 2013 09:15 To: bodrick/Ember-MM Cc: msavazzi...
Correct but they invoke the save method WITHOUT the filename so they always recompress. That is correct IF the final filesize is different from the downloaded size but if they...