BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Bug Report
 Resize of cover has wrong size
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

blpp
New Member

59 Posts

Posted - 10 Jun 2006 :  01:38:34  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
I'm using version 5.2.5. I click a movie with a cover. This cover has a bis resolution (much higher than the screen resolution). The image preview is resized correctly. But if I click the preview a window ("ImageView") with cover in original size is opened. If the cover is to bis for the screen resolution the resize of the original cover is wrong. It is jolted.

Screenshot:



The original image has a resolution of 1200x1778. The screen resolution is 1280x1024.


Kind regards,

blpp

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 11 Jun 2006 :  11:26:09  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you for this bug report!

I will try to fix it.

Alessio
Go to Top of Page

blpp
New Member

59 Posts

Posted - 19 Jul 2006 :  23:30:27  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Dear Alessio,

in version 5.2.8 this bug is still persistent. Were you able to locate the bug?


Regards,

blpp
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 20 Jul 2006 :  17:35:04  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sorry guys, I haven't locate the bug yet...

I hope to find it soon.

Alessio
Go to Top of Page

dlomneck
Starting Member

7 Posts

Posted - 05 Aug 2006 :  23:50:09  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
It just seems like there is a logic problem with code. It seems that you are calculating the max height of the screen, and if the image is larger than that, you are resizing the height, with no regard to the width as well. You need to resize your images and keep the aspect ratio unchanged. You'll have a couple of If Statements like so

if height is larger than screen height and width isn't
{
resize height to max screen value and keep aspect ratio
(means you need to change the width accordingly)
}
elseif width is larger than the screen width, but hieght isn't
{
resize wdith to max screen value and keep aspect ratio
(means you need to change the height accordingly)
}
elseif both width and hieght too large
{
determine which one is the "dominating" size
and resize that one, keeping aspect ratio as well
}
else
everything is good, no resize needed.


I guess for a quick fix you could just disable all sizing and give us scrollbars on that screen. Atleast then the image would look correct.

dlomneck
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 07 Aug 2006 :  16:07:52  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I have fix this problem, should work correctly now, will be available in the next release.

Thank you!

Alessio
Go to Top of Page

blpp
New Member

59 Posts

Posted - 07 Aug 2006 :  22:01:21  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Great, I will have a look :-)

Regards,

blpp
Go to Top of Page

blpp
New Member

59 Posts

Posted - 12 Aug 2006 :  10:28:05  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Dear Alessio,

the bug has been fixed in version 5.3.2. Thanks for the good work :-)


Regards,

blpp

Edited by - blpp on 12 Aug 2006 10:28:34
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.12 sec. Powered By: Snitz Forums 2000 Version 3.4.07