OSDK016 - Pictconv : problem with -f1 switch

Questions, bug reports, features requests, ... about the Oric Software Development Kit. Please indicate clearly in the title the related element (OSDK for generic questions, PictConv, FilePack, XA, Euphoric, etc...) to make it easy to locate messages.

User avatar
waskol
Flight Lieutenant
Posts: 414
Joined: Wed Jun 13, 2007 8:20 pm
Location: FRANCE, Paris

OSDK016 - Pictconv : problem with -f1 switch

Post by waskol »

You can try it with this sample "samples-->c-->hires_picture"

First the data folder that contains the picture is not under the folder named "c". Therefore you have either to move this folder or to correct the osdk_mmakedata.bat file.
You should read this :

Code: Select all

@ECHO OFF
%OSDK%\bin\PictConv -f1 -d0 -o4 ..\..\data\picture.png picture.s>msg.txt
pause
instead of this :

Code: Select all

@ECHO OFF
%OSDK%\bin\PictConv -f1 -d0 -o4 ..\data\picture.png picture.s>msg.txt
pause
Anyway, when you launch the batch file, you (at least, I do) get this message :
Name of the source picture: '..\..\data\picture.png'
Size: 240x200
BPP: 24
True color picture

Colored pictures should be at most 240 pixels wide, and multiple of 6 pixel wide.
The size is supposed to be good ...
This happens with the -f1 switch :? but not with -f0 or -f2
User avatar
Dbug
Site Admin
Posts: 4444
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Post by Dbug »

I think it's the stupid bug I corrected last month, but I forgot to publish a new version.

Will do that when I'm back to Oslo !
User avatar
waskol
Flight Lieutenant
Posts: 414
Joined: Wed Jun 13, 2007 8:20 pm
Location: FRANCE, Paris

Post by waskol »

many thanks :P
User avatar
Dbug
Site Admin
Posts: 4444
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Post by Dbug »

If you find other problems, or things you wish you have in PictConv, don't hesitate to ask.

I prefer to bring releases with additional features, not only bug fixes.
User avatar
waskol
Flight Lieutenant
Posts: 414
Joined: Wed Jun 13, 2007 8:20 pm
Location: FRANCE, Paris

Post by waskol »

I've downloaded your older PictConv, and this one seems working :P

It is the one that you can find here :
http://www.defence-force.org/computing/ ... /index.htm
Post Reply