Page 1 of 1

Convert image from PNG to PI2 ?

Posted: 15 Apr 2020 22:14
by exxos
Does anyone know any programs which will convert a PC format such as PNG/BMP or whatever, into PI2 images ? Xconvert only has PI1 format and it wont do it :(

Re: Convert image from PNG to PI2 ?

Posted: 15 Apr 2020 22:27
by rpineau
XnConvert can do PI1 but not PI2
Not sure if there is anything else that can do that.

Edit : I should fully read what you wrote before responding .. need more coffee ;)

Re: Convert image from PNG to PI2 ?

Posted: 15 Apr 2020 22:35
by Icky
I just found this https://blog.troed.se/2015/08/11/atari- ... onversion/ think it by @troed

Re: Convert image from PNG to PI2 ?

Posted: 15 Apr 2020 22:39
by exxos
rpineau wrote: 15 Apr 2020 22:27 Edit : I should fully read what you wrote before responding .. need more coffee ;)
:lol: :thumbup:

Re: Convert image from PNG to PI2 ?

Posted: 15 Apr 2020 22:40
by exxos
Icky wrote: 15 Apr 2020 22:35 I just found this https://blog.troed.se/2015/08/11/atari- ... onversion/ think it by @troed
Yeah I saw that, looked complicated though..

Re: Convert image from PNG to PI2 ?

Posted: 16 Apr 2020 00:51
by Cyprian
exxos wrote: 15 Apr 2020 22:14 Does anyone know any programs which will convert a PC format such as PNG/BMP or whatever, into PI2 images ? Xconvert only has PI1 format and it wont do it :(
Anima's online tool http://atari.anides.de/
Just change "Screen size" to "640 x 200 (Atari ST/E med-res)"


and there for multicolor picture: http://tool.anides.de/

Re: Convert image from PNG to PI2 ?

Posted: 16 Apr 2020 11:31
by exxos
Cyprian wrote: 16 Apr 2020 00:51 Anima's online tool http://atari.anides.de/
Just change "Screen size" to "640 x 200 (Atari ST/E med-res)"
Thanks!

Re: Convert image from PNG to PI2 ?

Posted: 16 Apr 2020 14:00
by exxos
ARGH! Anyone know how to convert PI3 into IMG ?!

EDIT: looks like CANVAS can do it ... https://www.exxosforum.co.uk/forum/viewt ... ?f=25&t=65

Re: Convert image from PNG to PI2 ?

Posted: 19 Apr 2020 07:04
by troed
exxos wrote: 15 Apr 2020 22:40
Icky wrote: 15 Apr 2020 22:35 I just found this https://blog.troed.se/2015/08/11/atari- ... onversion/ think it by @troed
Yeah I saw that, looked complicated though..
Hehe yeah .. coder's tool for coders ;)

Code: Select all

$ java -jar PNGconv.jar input.png output.pi2 medium
/Troed

Re: Convert image from PNG to PI2 ?

Posted: 19 May 2020 01:09
by Gunstick
exxos wrote: 16 Apr 2020 14:00 ARGH! Anyone know how to convert PI3 into IMG ?!

EDIT: looks like CANVAS can do it ... https://www.exxosforum.co.uk/forum/viewt ... ?f=25&t=65
If you are on linux, netpbm has pi3topbm

$ pi3topbm < BILD.PI3 | pnmtopng > BILD.PNG
$ file BILD.PNG
BILD.PNG: PNG image data, 640 x 400, 1-bit grayscale, non-interlaced