Google
  Web www.gpspassion.com


GpsPasSion LIVE!
www.flickr.com
This is a Flickr badge showing public photos from GpsPasSion Live !. Make your own badge here.

www.NaviBlog.com



Versions

Links/Liens




Portal/Portail
Rechercher

- -

Polls/Sondages
Sondage
Pour vous guider sur la Route :
GPS Mobile (SEM)
GPS Intégré
Smartphone
Autre
Voter  -  Résultat des votes
Votes : 1336




Club GpsPasSion
Soutenez le site!

USA: (US$)
EUROPE: (€)
Guide Paypal


GpsPasSion Forums
Home | Profile | Register/Enregist. | Active Topics | Search/Recherche | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 English Forums - Hardware
 Garmin nüvi forums
 I made a SRF/PNG converter for vehicle files...
 New Topic  Reply/Répondre
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 24

mclbarri

Argentina
39 Posts

Posted - 06 oct. 2008 :  04:37:39  Show Profile  Reply with Quote
HolziFFB, I've made a Yaris for you.
Here is an animated gif as an example of how it looks.
[URL=http://imageshack.us][/URL]

Please give me an email address and I will send you the .srf file.

Marcelo
Go to Top of Page

mclbarri

Argentina
39 Posts

Posted - 06 oct. 2008 :  04:47:42  Show Profile  Reply with Quote
HolziFFB (Where are you from? Please add country to your profile)
Here is your Yaris:
http://rapidshare.com/files/151309907/Yaris.srf.html

Marcelo
Go to Top of Page

smiley1081

Italy
1269 Posts

Posted - 06 oct. 2008 :  10:16:12  Show Profile  Reply with Quote
quote:
Originally posted by mclbarri

Thanks to all that have contributed to this thread.
Based on all I've found here and the great ezran's convert page I've been able to build my own car icon for my C510 from an Sketchup model.
I've used:
- Sketchup to export two sets of 36 images each (3D and 2D views).
- ImageMagick to append the two sets into a single .png file
- Paint.NET to resize sets, add transparency, reduce noise and create the final 2881x160 .png
- ezran's web page to convert .png to .srf
No transparency nor noise problems up to now.
I can provide detailed instructions if anyone is interested.



Yep, that would be interesting...
Go to Top of Page

lmco_eng

17 Posts

Posted - 15 nov. 2008 :  23:47:46  Show Profile  Reply with Quote
I just realized that since each vehicle view is rotated by 10 degrees, it is possible to add the current heading value as text to each vehicle view. This seems to have worked well with the crosshair "vehicles".

I just wish it would work with "Track Up" and "3D View" on my 880.




Go to Top of Page

AchillesPDX

USA
2 Posts

Posted - 02 déc. 2008 :  07:22:07  Show Profile  Reply with Quote
Hi everyone, first time poster, long time lurker.

I've been battling with random noise and crap around my vehicle renders using all kinds of different graphics software as the end output. I've finally found a solution that creates pixel-perfect images with no extra blurring and no noise pixels of any kind. It's a batch file that runs ImageMagick commands on a set of input images.

In my case, I'm using 3D Studio Max to render out 36 side and 36 top images of my car at about 400 pixels square. I then use ImageMagick to resize the images and combine into strips. I then combine the strips together and then write out a black background flattened png and an alpha channel. I then composite them back together and everything is golden!

I'm new to ImageMagick, so I'm sure this code is sloppy as hell, but it works! Sample image and batch file to follow.



montage side_*.png -filter lanczos -set option:filter:blur 0.9 
    -resize 80x80 -tile 36x1 -geometry +0+0 -background none -depth 8 sides.png
montage top_*.png -filter lanczos -set option:filter:blur 0.9 
    -resize 40x40 -tile 36x1 -geometry +20+20 -background none -depth 8 tops.png
montage sides.png tops.png -tile 1x2 -geometry +0+0 
   -background none -depth 8 temp.png
del sides.png
del tops.png
convert temp.png -gravity east -background none -splice 1x0 temp1.png
del temp.png
convert temp1.png -background black -flatten -alpha off color.png
convert temp1.png -channel alpha -negate -separate alpha.png
composite -compose CopyOpacity alpha.png color.png output.png
del temp1.png
del color.png
del alpha.png


NOTE: Some of the code lines above beginning with "montage" were stretching the screen, making the topic hard to read, so I inserted a line break and indented the resulting next line. -dan

Edited by - danham on 02 déc. 2008 14:48:24
Go to Top of Page

mike42dk

Denmark
55 Posts

Posted - 02 déc. 2008 :  09:10:44  Show Profile  Reply with Quote
Hi

To AchillesPDX, are there eny chance that you will share your car icon when you are done with it, I like it alot, and it looks like my own car.


Regards Michael

Garmin Nüvi 765T - Software V. 3.90
TomTom Go630T
Go to Top of Page

The Max

Belgium
24 Posts

Posted - 02 déc. 2008 :  14:51:26  Show Profile  Reply with Quote
This is Chinese to me.
So there's still no easy way to make your own car for the Nuvi.

Yes indeed, from Belgium.
Go to Top of Page

AchillesPDX

USA
2 Posts

Posted - 03 déc. 2008 :  03:20:19  Show Profile  Reply with Quote

Now with shadow!

Below is a link to the SRF file for anyone who wants it. I might even take requests for cars now that I've got a system down.

http://rapidshare.com/files/169703956/HondaCivic_Shadow.srf

Edited by - AchillesPDX on 03 déc. 2008 03:29:32
Go to Top of Page

Tito71

Canada
22 Posts

Posted - 03 déc. 2008 :  13:25:15  Show Profile  Reply with Quote
To AchillesPDX, this is by far the best home made car in srf format I have seen on my Garmin.
One of the good point about your design:
- Usually others have great cars in 3D mode, it looks ok but then when you switch back to 2D mode and zoom out a bit, the car is usually way to big, yours AchillesPDX is perfect!
- Shadow is a bonus and it works great.

If only someone could come up with a software to make it easy for all of us to create cars, trucks and even animated designs...
Go to Top of Page

mike42dk

Denmark
55 Posts

Posted - 03 déc. 2008 :  15:36:58  Show Profile  Reply with Quote
Hi

If you can manage an 1997 Toyota Corolla 4 door sedan like this but in red

http://consumerguideauto.howstuffworks.com/1993-to-1997-toyota-corolla-5.htm?photo=1

I would be very happy

regards Michael

Garmin Nüvi 765T - Software V. 3.90
TomTom Go630T
Go to Top of Page

Weizie

1 Posts

Posted - 16 déc. 2008 :  00:44:23  Show Profile  Reply with Quote
does any one take requests??? because i have a dark Grey 2005 monte carlo and would like an icon that looks just like it

Edited by - Weizie on 16 déc. 2008 00:46:27
Go to Top of Page

erikku

1 Posts

Posted - 19 déc. 2008 :  19:26:50  Show Profile  Reply with Quote
quote:
Originally posted by mclbarri

HolziFFB, I've made a Yaris for you.
Here is an animated gif as an example of how it looks.
[URL=http://imageshack.us][/URL]

Please give me an email address and I will send you the .srf file.



hi marcelo. any chance of reposting the yaris icon?
Go to Top of Page

bence8810

United Arab Emirates
1 Posts

Posted - 23 déc. 2008 :  16:43:52  Show Profile  Visit bence8810's Homepage  Reply with Quote
Hi All,

First poster here, great work everyone, thanks for the effort. I have a 2005 Infiniti G35 coupe in Gold (Serengeti sand) color, and I would really appreciate if someone could point me in a direction where I would fine a srf file for my car.

If AchillesPDX or anyone could do it for me, could you PM me with details?

Thanks a lot,

Ben
Go to Top of Page

Perkalicious11

USA
10 Posts

Posted - 13 févr. 2009 :  23:51:53  Show Profile  Reply with Quote
Marcelo,

That Yaris you made looks AWESOME! I've struggled with my noob-ness trying to make my gray Prius. Do you think you could tweek that Yaris that you made or send me some hints?

Thanks in advance,
Rebecca

Edited by - Perkalicious11 on 13 févr. 2009 23:54:34
Go to Top of Page

The Max

Belgium
24 Posts

Posted - 14 févr. 2009 :  17:14:08  Show Profile  Reply with Quote
Can someone repost the Yaris .srf file?
i hope to convert it to my own car.

Is it easy to change the color from blue to red?
Or is there a red yaris file ?

Yes indeed, from Belgium.
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply/Répondre
 Printer Friendly
Jump To:
GpsPasSion Forums © 2002-2013_GpsPasSion/Manzanite Go To Top Of Page
This page was generated in 2,47 seconds. Powered By: Snitz Forums 2000 Version 3.4.05