Re: Generatin PAK128.britain Reply #35 – April 14, 2010, 10:08:00 am OK no worries. Hope you get the computer fixed Quote Selected
Re: Generatin PAK128.britain Reply #37 – April 18, 2010, 12:50:15 am Quote from: wlindley – on March 20, 2010, 02:13:30 pmTheHood -- to do m**** conversions, try the ImageMagick tools, specifically this one:http://www.imagemagick.org/script/convert.phpOnce installed, you could try:$ convert -depth 24 */*.png */*/*.pngTa-da!(And some folks wonder why we like command-line interfaces.)Ohhh. We should do this. Quote Selected
Re: Generatin PAK128.britain Reply #38 – April 18, 2010, 09:41:13 am I'd forgotten about that. I have imagemagick installed for other purposes, so this should be pretty easy for me to do. Added to the to-do list... Quote Selected
Re: Generatin PAK128.britain Reply #39 – April 19, 2010, 06:51:42 am Bit there is an "error".When you useCode: [Select]convert -depth 24 */*.png */*/*.pngYou get not working pngs ... it must beCode: [Select]convert -depth 8 */*.png */*/*.pngLook at the ImageMagick Doku Quote Selected
Re: Generatin PAK128.britain Reply #40 – April 22, 2010, 10:23:59 am Just to informe ...making nightly (O.K. Weekly) of PAK128.britain is online ....see: http://nightly.simutrans-germany.com/ Quote Selected
Re: Generatin PAK128.britain Reply #42 – April 22, 2010, 12:39:29 pm Great news! Now all we need is for the pak developers to actually commit some changes... : [ahem] Quote Selected