Page 4 of 4

Re: picture problem

Posted: Sat Apr 07, 2018 12:27 am
by Nadahar
I've made a special build with extra logging in the code that makes the decisions about which image profiles to offer here: http://superbum.org/downloads/UMS-setup ... ogging.exe

Please install this and generate new debug files.

Re: picture problem

Posted: Sat Apr 07, 2018 4:21 am
by Pomologe3
I hope this will help...
But i didn't make a clean installation!

Re: picture problem

Posted: Sat Apr 07, 2018 5:01 am
by Nadahar
"Clean installation" doesn't matter unless you're superstitious ;)

This helped a lot, I think I found the bug: https://github.com/UniversalMediaServer ... 2883-L2888

It's not so easy to see, but we/I (I made this code :oops:) check if PNG_LRG is supported before adding JPEG_LRG. A lot of renderers support PNG as well, and they will have no issue, but those that only supports JPEG and NOT the JPEG_RES_H_V form will experience this bug.

Re: picture problem

Posted: Sat Apr 07, 2018 5:10 am
by Nadahar
I've built a new version, it will be finished uploading in about 8 minutes: http://superbum.org/downloads/UMS-setup-imagefix.exe

Retest plx...

Re: picture problem

Posted: Sat Apr 07, 2018 11:01 pm
by Pomologe3
Of course i'm superstitious - I'm a Windows user, making lots of "clean OS installations" in the past... ;)
I've just tested your new build and the result is marvelous: Now all photos are sized in the correct resution!
One word to your support: I haven't experienced anything like that yet. - It's absolutely incredible for me!
In the past i bought some commercial software without any (helpful) support...
And here someone takes care of quickly and competently.
Many THANKS for these fast fix. You are an oasis in the wasteland of software support!
Please go on with it...

Re: picture problem

Posted: Sat Apr 07, 2018 11:15 pm
by Nadahar
Good to hear and thank you. Not all users agree though ;)

I will make sure the fix is in the next version. Until then you can just use the test version as it's identical with 7.0.0 except for the extra logging. The extra logging is only active when "trace" is activated anyway, so it won't have any effect during normal use.

The fix is submitted here: https://github.com/UniversalMediaServer ... /pull/1474