Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
104 user(s) are online (52 user(s) are browsing Forums)

Members: 0
Guests: 104

more...

Headlines

 
  Register To Post  

« 1 ... 6 7 8 (9) 10 11 »
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
Picture Objects do not work as they should. If you specify an image file, it is loaded with wrong colormap. I tried various screenmodes and formats (ILBM, JPG).

The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@trixie
Quote:

Picture Objects do not work as they should. If you specify an image file, it is loaded with wrong colormap. I tried various screenmodes and formats (ILBM, JPG).


Yep. Tested it only now and you right. But its not looks like endian issues, or wrong byte swapping, it looks like just something wrong (like rendering image to 256cols, and give it a bit wrong palette) Also it loads image in not original size (but imho should ?).

That how it looks for me:

Resized Image.

At right side original (jpg) by multiview, and on left how it opens by default (with wrong size, and fucked colors).

Btw, for me also when i press on "picture" button, the window for it hides over the main one. The same for you ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e

Quote:

That how it looks for me:

Yes, my pics look similar when imported in an AmiFIG PictureObject: the image is recognizable but the colormap is wrong, as if converted to a smaller number of colours.

Quote:

Btw, for me also when i press on "picture" button, the window for it hides over the main one. The same for you ?

Yes but this only happens when running AmiFIG on a public screen (Workbench). If you use a custom screen, the Picture Object control window opens normally.

The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@trixie

Yannick fix the problem for image loading. Now its fine:

Resized Image.

There is still few some little bugs, but the one hardcore one, looks like this (reported from few users already) :

When I add a text object and then try to move it around (using the Move Objects tool), AmiFIG leaves mess (text artifacts) on the canvas wherever the mouse pointer moves. Although the mess will disappear if you update the canvas, it makes it difficult to position the text properly because the artifacts overdraw the picture and get in the way.

That problem not occurs on aros, and i think its aos4 specific, and realted not to text, but how some classic amigaos3.x api works. For now i have i one project in which i have exactly the same problem on aos4 (while on os3 all is fine): when you move the sprite, it leaves mess behind.

Related to 256cols, its in general make no so big sense imho today, and Yannick say that probably he will not support less that 16bit.

@xenic
Maybe you can help with that "leave mess when move the text object" ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e

Thanks, good to see bugs being fixed! Please also remind Yannick of what I posted earlier:

"There are a few minor annoyances, like for example, if you want to move an object using the MOVE tool, the object "jumps" to the upper left corner first, which is very inconvenient (you lose the original object position so finetuning object placement is almost impossible).

Also, some reserved keyboard shortcuts (see Amiga User Interface Style Guide, chapter 10) are used for proprietary functions, namely:
RAmiga-C opens the Color Window (should be reserved for copy operations)
RAmiga-Z opens the Zoom Window (should be used for Undo)"

The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@trixie

Quote:

"There are a few minor annoyances, like for example, if you want to move an object using the MOVE tool, the object "jumps" to the upper left corner first, which is very inconvenient (you lose the original object position so finetuning object placement is almost impossible).


Yeah ! I already notice the same few days ago, and report to Yannick already.

Quote:

Also, some reserved keyboard shortcuts (see Amiga User Interface Style Guide, chapter 10) are used for proprietary functions, namely:
RAmiga-C opens the Color Window (should be reserved for copy operations)
RAmiga-Z opens the Zoom Window (should be used for Undo)"


Will report about right now.

Maybe you can have a look at that "move text un-erased background stuff" ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Not too shy to talk
Not too shy to talk


See User information
@all

hm it looks nice, but still didn't figure out how to setup fig2dev...

Lets say I want to export as eps, how does the config look, where does "-L eps" go ?

greetings gerograph

Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@gerograph

To be honest i also do not understand how setup fig2dev normally too, hope Xenic will sayd more about (he create those scripts for os4).

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e

Quote:

Maybe you can have a look at that "move text un-erased background stuff" ?

You mean me looking at the code? Well, while I can do some programming, I'm not really good at reading somebody else's sources.

The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@trixie

Quote:

"There are a few minor annoyances, like for example, if you want to move an object using the MOVE tool, the object "jumps" to the upper left corner first, which is very inconvenient (you lose the original object position so finetuning object placement is almost impossible).

Fixed by Yannick already.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e

Fantastic!

The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e
The AmiFig output for exporting was changed and the script for export is no longer necessary (for the version at OS4Depot - things keep changing). Here is how to use export now:
Open the Preferences (Menu Settings/Edit).
Select the I/O tab.

In "Fig2Dev Command" enter: "fig2dev" if you copied fig2dev to C: or enter "fig2dev/fig2dev" if the command is in the AmiFig/fig2dev directory.

In "Fig2Dev Input option" enter: "-L eps" or "-L latex" depending on what output format you want.

In "Fig2Dev Output option" enter: "ram:figoutput" or a path & file where you want the output saved.

In the above example, the eps or latex file will be ram:figoutput.

Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@xenic

Did export to PNG works for you ?

Btw, so, we no need anymore callfig2dev script ? Only "printing" script make sense ?


Edited by kas1e on 2010/10/20 11:14:40
Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e
That's correct. The CallFig2Dev script is no longer needed and can be removed from the repository. Yannick must have rearranged the argument order to Fig2Dev so that it now works without a script.

The PNG option works but Fig2Dev calls GhostScript for that format. Use -L png (png must be lowercase) and be sure DH0:Utilities/Ghostscript/gs is in your shell search path. Either add the path in user-startup or copy "gs" to a directory that is already in the search path (like C:).

Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@xenic
I mean not export via fig2dev, but exatly export menu called "PNG", which as i understand works over datatypes, and not use fig2dev at all (for fig2dev export there is another menu in export, called "export via fig2dev" ).

That what Yannick answer to me yesterday:
Quote:

PNG export works under AROS, the code might however be quite specific,
it's in bitmap.c. I'm using datatype write method (DTM_WRITE).

If you have a working example under os4 I can compare with what is
implemented in AmiFIG.


As i understand PNG export should works thorugh datatypes. But for now, when i press Save for png-export, then it not create for me any file in the directory which i point , what make me think, that its just some bug in the locking/unlocking stuff or kind.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Quite a regular
Quite a regular


See User information
@kas1e

I'm not sure an *export* in any bitmap format (here: PNG) really works with datatypes - afaik it doesn't at least with OS3.9. It only *exports* IFF. Don't know whether this changed in OS4.x or not...

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@cha05e90
As i see in the code (bitmap.c), there is a function:

Quote:

BOOL SaveBitMap(struct BitMap *bm, long Width, long Height, ULONG AA, STRPTR Name) { ... }


In which all of this handles and saves:

Quote:

DTImage = NewDTObject((APTR)NULL,
DTA_SourceType, DTST_RAM,
DTA_BaseName, (IPTR)"png",
PDTA_DestMode, PMODE_V43,
TAG_DONE);

then readpixelsarrays/regroup of data/and in end:

//write datatype object to file
if (file = Open (Name,MODE_NEWFILE))
{
dtw.MethodID = DTM_WRITE;
dtw.dtw_GInfo = NULL;
dtw.dtw_FileHandle = file;
dtw.dtw_Mode = DTWM_RAW;
dtw.dtw_AttrList = NULL;

if (DoMethodA(DTImage, (Msg) &dtw))
{
Close (file);
if (dst) FreeVec(dst);
DisposeDTObject(DTImage);
return(TRUE);
}
Close (file);
if (dst) FreeVec(dst);
DisposeDTObject(DTImage);
put_msg((UBYTE *)msg_DatatypeError);
return(FALSE);
}
}


So , it should save png-files, and on AROS it is, but something wrong with that for AOS4 (not exactly with code which i posted, but with the whole routine itself).

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e
I threw in some printf's and the saving stops at the NewDTObject() function in bitmap.c. I suspect that OS4 Datatypes only saves IFF. Both Multiview and RAWBInfo save images as IFF, even if they are loaded as PNG. The code could probably be changed to save IFF but I don't thing PNG is going to work. Maybe someone else who knows more about datatypes could confirm.

Go to top
Re: Initial steps with AmiFig on aos4, version #7
Home away from home
Home away from home


See User information
@xenic
With help of Trixie, when i press on save for png , it create file, but its empty for now. I solve this by adding that: DTA_GroupID,GID_PICTURE, to NewDTObject stuff. Will try to invistigate it more, but your help are need it of course :)

I add some more debug-printfs, and found that on that piece of code from bitmap.c:

Quote:

//write datatype object to file
if (file = Open (Name,MODE_NEWFILE))
{

printf("we open file fine\n");
fflush(stdout);

dtw.MethodID = DTM_WRITE;
dtw.dtw_GInfo = NULL;
dtw.dtw_FileHandle = file;
dtw.dtw_Mode = DTWM_RAW;
dtw.dtw_AttrList = NULL;

printf("we trying to do DoMethodA\n");
fflush(stdout);

if (DoMethodA(DTImage, (Msg) &dtw))
{
printf("we in domethodA!\n");
fflush(stdout);

Close (file);
if (dst) FreeVec(dst);
DisposeDTObject(DTImage);
return(TRUE);
}
Close (file);
if (dst) FreeVec(dst);
DisposeDTObject(DTImage);
put_msg((UBYTE *)msg_DatatypeError);
return(FALSE);
}


I never have "we in domethodA" words, what mean that DoMethodA not works as should ?


Edited by kas1e on 2010/10/24 11:28:25
Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Initial steps with AmiFig on aos4, version #7
Just can't stay away
Just can't stay away


See User information
@kas1e
Quote:
I never have "we in domethodA" words, what mean that DoMethodA not works as should ?

It means that writing the image to the opened file is failing. DoMethodA is supposed to write the image to the opened file. Something is probably wrong with the datatype object creation, the dtw structure or the dtb structure. Beyond that, I don't know enough about datatypes to tell what's wrong.

Go to top

  Register To Post
« 1 ... 6 7 8 (9) 10 11 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project