Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
05-09-2005, 07:18 PM
|
#1
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,946
|
848x480 to 800x600 Stretched Converter
Wondering if someone might have already written a program I had in mind. It would rock to have a program that you could simply point at a 848x480 skin and have it automatically generate the 800x600 stretched. It wouldn't be hard, just haven't had the time. It would just need to go through all the images and resize them propertionally. Then go through the XML skin file and adjust all the X, Y, Widths, and Heights propertionally using the ratio from 848x480 to 800x600.
Let me know if someone has written something like this or wants to
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
05-09-2005, 07:26 PM
|
#2
|
|
Para Laura
Join Date: Nov 2004
Location: Miami Beach,FL U.S.A
Vehicle: Xterra SE supercharged
Posts: 3,477
|
Yes do it..... 
|
|
|
05-09-2005, 07:31 PM
|
#3
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Vehicle: 1995 Lexus SC300 1997 Mazda Miata
Posts: 10,763
|
Try VisualDesigner.
|
|
|
05-28-2005, 06:37 AM
|
#4
|
|
See me in my wet t-shirt.
Join Date: Aug 2003
Location: Warwickshire, UK
Vehicle: Ford Focus MP3
Posts: 1,909
|
Quote: Originally Posted by veetid
Wondering if someone might have already written a program I had in mind. It would rock to have a program that you could simply point at a 848x480 skin and have it automatically generate the 800x600 stretched. It wouldn't be hard, just haven't had the time. It would just need to go through all the images and resize them propertionally. Then go through the XML skin file and adjust all the X, Y, Widths, and Heights propertionally using the ratio from 848x480 to 800x600.
Let me know if someone has written something like this or wants to
david
Do you still need something like this written and if so will me writing it mean 1.3 comes quicker?
|
|
|
05-29-2005, 02:37 PM
|
#5
|
|
Registered User
Join Date: Mar 2003
Location: Rohnert Park, CA
Vehicle: 04 Infiniti G35 Coupe
Posts: 1,122
|
Definitely a custom job
If youre open to bringing other people onto the project Im sure one of us could put something together
I unfortunately just know plain old C++ and havent used any of the .NET libraries
|
|
|
06-02-2005, 08:32 PM
|
#6
|
|
Raw Wave
Join Date: Apr 2005
Vehicle: 2002 Honda CR-V
Posts: 2,699
|
David:
What will the v1.3 resolution be for included skins?
Will 800x480 (Xenarc's native resolution) be included? God I hope so!!!
|
|
|
06-02-2005, 08:38 PM
|
#7
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,946
|
I am hoping to have it come with
848x480
800x480
800x600 Stretched
I will probably loose the 848x480 eventually, if not before this release... I really kept it since for the longest time you couldn't get 800x480 with an M10000 with onboard video, but now you can...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
06-02-2005, 09:00 PM
|
#8
|
|
Constant Bitrate
Join Date: Feb 2005
Location: Michigan
Vehicle: 2003 Cadillac CTS
Posts: 189
|
Quote: Originally Posted by veetid
I am hoping to have it come with
848x480
800x480
800x600 Stretched
I will probably loose the 848x480 eventually, if not before this release... I really kept it since for the longest time you couldn't get 800x480 with an M10000 with onboard video, but now you can...
david
Well...the M10K board can output 800x480 but only at a 60hz refresh rate which lilliput nor xenarc screens can lock on to. For now, I'm still stuck using 848x480. If I'm wrong, please correct me because I would love to be able to run 800x480 on my lilliput with the M10k.
|
|
|
06-02-2005, 09:02 PM
|
#9
|
|
Raw Wave
Join Date: Apr 2005
Vehicle: 2002 Honda CR-V
Posts: 2,699
|
Must be a recent development? I did not know the M10000 could run the native resolution! (Any threads/pointers please?)
Quote: Originally Posted by veetid
I am hoping to have it come with
848x480
800x480
800x600 Stretched
I will probably loose the 848x480 eventually, if not before this release... I really kept it since for the longest time you couldn't get 800x480 with an M10000 with onboard video, but now you can...
david
|
|
|
06-02-2005, 09:57 PM
|
#11
|
|
Constant Bitrate
Join Date: Feb 2005
Location: Michigan
Vehicle: 2003 Cadillac CTS
Posts: 189
|
Quote: Originally Posted by thanatos106
I've read this thread but it seems that people (including me) are still having problems getting the screens to lock on native resolution with the M10K...unless I've missed something.
|
|
|
06-02-2005, 10:22 PM
|
#12
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,946
|
I will just keep all three then just to be save  VIA is definetly working on the new bios and driver for the 800x480, so I am sure if it isn't working for everyone now, it will... They will put it up on their website once it's been tested... I have spoken with people that say the new bios/driver work great and they get 800x480... I have them, but haven't tried them yet...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
06-03-2005, 03:28 AM
|
#13
|
|
Newbie
Join Date: Mar 2005
Posts: 4
|
I have developed a resizer for the skins and does 98% of the job. Currently only resize images and X & Y and WIDTH & HEIGHT values on skin.xml file.
Is there a skin.xml documentation to figure out what tags mean?
|
|
|
06-03-2005, 03:43 AM
|
#14
|
|
Para Laura
Join Date: Nov 2004
Location: Miami Beach,FL U.S.A
Vehicle: Xterra SE supercharged
Posts: 3,477
|
Quote: Originally Posted by Mbai2
I've read this thread but it seems that people (including me) are still having problems getting the screens to lock on native resolution with the M10K...unless I've missed something.
You asked for the thread with the info about the 840x480.............
Nobody said that it will work for everybody or every screen
Let me tell you that it was really hard to get them so at least show a little gratitide.....(thank dragonbtv  )
|
|
|
06-03-2005, 04:40 AM
|
#15
|
|
Variable Bitrate
Join Date: Jul 2003
Location: Dunedin - New Zealand
Vehicle: '95 BMW 325i Coupe
Posts: 419
|
Quote: Originally Posted by veetid
Wondering if someone might have already written a program I had in mind. It would rock to have a program that you could simply point at a 848x480 skin and have it automatically generate the 800x600 stretched. It wouldn't be hard, just haven't had the time. It would just need to go through all the images and resize them propertionally. Then go through the XML skin file and adjust all the X, Y, Widths, and Heights propertionally using the ratio from 848x480 to 800x600.
Let me know if someone has written something like this or wants to
david
Why not just build it into your app and use percentages instead of actual values. Like frodoplayer, although frodo could use some better graphics rendering so you don't get the pixellation.
__________________
We are, will have and forever will be...
But not tommorrow!
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:21 AM.
|
|