English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 31 March 2010, 15:54   #41
Fabie
Banned
 
Join Date: Apr 2009
Location: France
Posts: 478
Quote:
Originally Posted by Don_Adan View Post
Version 1.02 is now available on meynaf's link and WT page.
cool !!! thanks for the info

btw, I tested it...it seems a bit faster
Fabie is offline  
Old 22 May 2010, 15:42   #42
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
I noticed following problem with gif anim (using v):

v gobbo.gif highres del info <--- works (I see a picture)
v gobbo.gif highres del back info <--- don`t work (no picture, no screen)

Seems "back" switch is responsible.

Feature request: English version please.

Feature request 2: Picture info display on screen by press "i" key. Info like other picture viewers (name - format - width x height x depth).
daxb is offline  
Old 24 May 2010, 09:57   #43
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Quote:
Originally Posted by daxb View Post
I noticed following problem with gif anim (using v):

v gobbo.gif highres del info <--- works (I see a picture)
v gobbo.gif highres del back info <--- don`t work (no picture, no screen)

Seems "back" switch is responsible.
This switch allows to completely prepare the image in memory before showing it - that is, background display.

If your image is big then you will not see anything before a good while elapses - that is, until the image is fully decoded.

If you see nothing at all, then there has to be some error message in the command line. It may be that you're short on chipmem for the image - a likely situation for really big images and/or unexpanded A1200. What are your config and the image size ?

Of course, you must NOT redirect CLI output to NIL !
Don't you have some kind of file manager / tool manager which does this by default when it runs a program ?
How did you run V exactly ?

Quote:
Originally Posted by daxb View Post
Feature request: English version please.
Added to feature request list

Quote:
Originally Posted by daxb View Post
Feature request 2: Picture info display on screen by press "i" key. Info like other picture viewers (name - format - width x height x depth).
You already have "info" switch for this. But, once again, the program must be able to write something to its console - and you to have enough time to read it before it's closed.

If then you find it too talkative, use the "quiet" option and you will only see info and error messages. You also need to give me these exact messages when reporting something
meynaf is offline  
Old 24 May 2010, 11:13   #44
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
My config: A1200 040/40 32MB OS3.1
The gif anim example file is 11kb. Here are the shell launch:

Code:
v Gfx:Gif/Art/gobbo.gif info quiet
120x120x8       GIF89a         : Gfx:Gif/Art/gobbo.gif
 Gifs animés non supportés
v Gfx:Gif/Art/gobbo.gif info quiet back
120x120x8       GIF89a         : Gfx:Gif/Art/gobbo.gif
 Gifs animés non supportés
The start without "back" switch works fine (picture is displayed immediately. With "back" no pic after minutes. SnoopDos log shows in both cases the same.
Your other questions I had already excluded that.

"Info" switch:
I want to have the info on the picture current displayed. Left upper corner would be good. Like VT does it. It could be useful in conjunction with the "del" switch to know exactly what file to delete. Or just the info itself.

I try to upload the example gobbo.gif to "The Zone". So you can check yourself.
daxb is offline  
Old 24 May 2010, 17:23   #45
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Quote:
Originally Posted by daxb View Post
"Info" switch:
I want to have the info on the picture current displayed. Left upper corner would be good. Like VT does it. It could be useful in conjunction with the "del" switch to know exactly what file to delete. Or just the info itself.
Hey the DEL option is just to automatically delete the file without having to know what file it is.

About the info, is Amiga-M too difficult to type ?
Displaying anything on top of the image is a no-no. I won't show any text in here, because the image can be HAM and it would destroy it.

Quote:
Originally Posted by daxb View Post
I try to upload the example gobbo.gif to "The Zone". So you can check yourself.
Yes i can check myself, i reproduced it and i will have a close look at it.

When an image doesn't work, upping it is usually a good idea
Btw the PNG file included in your archive is just broken. It has badly encoding, is damaged or something like that. If you want i will look closer to see what exactly is wrong in it.
meynaf is offline  
Old 24 May 2010, 17:58   #46
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
Quote:
Originally Posted by meynaf View Post
Hey the DEL option is just to automatically delete the file without having to know what file it is.
Yes, I just wanted the info in the pic.

Quote:
About the info, is Amiga-M too difficult to type ?
Because normaly I use a Filemanager (here DOpus). So there isn`t any output beside the shown picture. However, Amiga+M is always bad (in case of picture viewing) because of differnt screenmodes (monitor switches).

Quote:
Btw the PNG file included in your archive is just broken. It has badly encoding, is damaged or something like that. If you want i will look closer to see what exactly is wrong in it.
Not necessary, it was a SGrab png only to show the info on the pic (from Visage).
daxb is offline  
Old 27 May 2010, 08:44   #47
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
The case of animated gif was treated as an error. In that case, if no partial image is shown then the program closes immediately.
Should have been a warning instead.
Program archive has been updated with fix.


Quote:
Originally Posted by daxb View Post
Yes, I just wanted the info in the pic.


Because normaly I use a Filemanager (here DOpus). So there isn`t any output beside the shown picture. However, Amiga+M is always bad (in case of picture viewing) because of differnt screenmodes (monitor switches).
But why could the file name be relevant for taking the decision to delete or not, when you see the image itself ?

You shouldn't have monitor switches if you have mode promotion turned on. Or what kind of weird configuration do you use ???

And can't your file manager keep cli output ? If not, then DOpus sucks
meynaf is offline  
Old 27 May 2010, 13:39   #48
Thorham
Computer Nerd
 
Thorham's Avatar
 
Join Date: Sep 2007
Location: Rotterdam/Netherlands
Age: 47
Posts: 3,761
Quote:
Originally Posted by meynaf View Post
And can't your file manager keep cli output ? If not, then DOpus sucks
DOpus can output to a window, it can use normal redirection to files and it can ignore CLI output completely.
Thorham is online now  
Old 27 May 2010, 14:05   #49
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Quote:
Originally Posted by Thorham View Post
DOpus can output to a window, it can use normal redirection to files and it can ignore CLI output completely.
No excuse then
meynaf is offline  
Old 27 May 2010, 15:17   #50
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
Quote:
Originally Posted by meynaf View Post
The case of animated gif was treated as an error. In that case, if no partial image is shown then the program closes immediately.
Should have been a warning instead.
Program archive has been updated with fix.
Thanks for update.

Quote:
But why could the file name be relevant for taking the decision to delete or not, when you see the image itself ?
Ok, forget my bad delete example. It could be useful if you watch a lot of pics via filemanager and want to remember a special one for any reason. Its ok for me to not have that feature. Feel relaxed.

Quote:
You shouldn't have monitor switches if you have mode promotion turned on. Or what kind of weird configuration do you use ???
I get it nn CRT monitors (at least here) if I switch from PAL to DBLPal or Multiscan or ... and vice versa. Thats really normal I think.

Feature request:
Picture scrolling via cursor keys and shift + cursor keys jump to left/right/up/down end.
I find that very handy (Visage) if several pics should displayed.

Last edited by daxb; 27 May 2010 at 15:25.
daxb is offline  
Old 31 May 2010, 10:14   #51
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Quote:
Originally Posted by daxb View Post
I get it nn CRT monitors (at least here) if I switch from PAL to DBLPal or Multiscan or ... and vice versa. Thats really normal I think.
Theoretically it is not. Your OS has a feature called "mode promotion". Perhaps you could have a look in your "prefs" dir for a program called "icontrol".

Quote:
Originally Posted by daxb View Post
Feature request:
Picture scrolling via cursor keys and shift + cursor keys jump to left/right/up/down end.
I find that very handy (Visage) if several pics should displayed.
What exactly do you want ? You can scroll with the mouse, and i don't see the link with having several pics...
meynaf is offline  
Old 31 May 2010, 13:06   #52
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
Quote:
Originally Posted by meynaf View Post
Theoretically it is not. Your OS has a feature called "mode promotion". Perhaps you could have a look in your "prefs" dir for a program called "icontrol".
"Mode promotion" is acivated. Maybe you mean something other then me. Don`t worry about.
daxb is offline  
Old 31 May 2010, 14:23   #53
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Strange, i thought this was to turn pal screens into dblpal...
meynaf is offline  
Old 13 August 2011, 21:49   #54
spiff
Oh noes!
 
spiff's Avatar
 
Join Date: Mar 2003
Location: Neverland
Posts: 766
I tried V and its pretty quick on a1200 configs!

But I can't get it to show files from CD when I try a pure cd32 configuration, i keep getting a file unknown error.

Cd32 not supported?
Attached Thumbnails
Click image for larger version

Name:	031.png
Views:	268
Size:	12.1 KB
ID:	29304  
spiff is offline  
Old 15 August 2011, 09:13   #55
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Quote:
Originally Posted by spiff View Post
I tried V and its pretty quick on a1200 configs!
It's made for that

Quote:
Originally Posted by spiff View Post
But I can't get it to show files from CD when I try a pure cd32 configuration, i keep getting a file unknown error.

Cd32 not supported?
I bet it's not the CD. The error you get indicates that your images are perhaps crunched or something, so that the viewer doesn't identify them.

What happens when :
1) you copy files to RAM: and try from there
2) you try to decrunch the files (with xfddecrunch if you can)

If you can't do the above, then i need to get one or several of these files, to see what they are exactly.
meynaf is offline  
Old 15 August 2011, 16:22   #56
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
BTW. it would be nice to have error messages in english.
daxb is offline  
Old 15 August 2011, 22:37   #57
spiff
Oh noes!
 
spiff's Avatar
 
Join Date: Mar 2003
Location: Neverland
Posts: 766
Quote:
Originally Posted by meynaf View Post
It's made for that


I bet it's not the CD. The error you get indicates that your images are perhaps crunched or something, so that the viewer doesn't identify them.

What happens when :
1) you copy files to RAM: and try from there
2) you try to decrunch the files (with xfddecrunch if you can)
The files work fine when I copy them to ram (from the CD)!. But fails when I run the same file on the CD path. The attached screenshot shows when it first works from ram and then fails from pics. (even if the error says something wierd, file damaged?) I can also simply browse the CD from windows and view the iff files (infranview)

They are not crunched, I just added them to the pics folder (AGS frontend)

*edit, attached files directly from CD. iff had to be zip:ed to be attachable for msg board.*
Attached Thumbnails
Click image for larger version

Name:	032.png
Views:	235
Size:	11.7 KB
ID:	29322   Click image for larger version

Name:	595C0002.jpg
Views:	263
Size:	95.4 KB
ID:	29323  
Attached Files
File Type: zip SWIV.zip (18.9 KB, 152 views)

Last edited by spiff; 15 August 2011 at 22:54.
spiff is offline  
Old 18 August 2011, 10:55   #58
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Works fine from RAM: ?
Not really ! Error message indicates your file is truncated (missing data).

For me the bug may well come from CD driver or filesystem.

Your file is damaged. It's 33233 bytes but IFF files always have (should have) even size.

Type "list", not "dir" to see the file sizes, and compare with the one you gave me.
meynaf is offline  
Old 18 August 2011, 19:19   #59
spiff
Oh noes!
 
spiff's Avatar
 
Join Date: Mar 2003
Location: Neverland
Posts: 766
Quote:
Originally Posted by meynaf View Post
Works fine from RAM: ?
Your file is damaged. It's 33233 bytes but IFF files always have (should have) even size.

Type "list", not "dir" to see the file sizes, and compare with the one you gave me.
Iff is 33233 bytes in both DVD and ram acc to list

Jpgs and gifs behave in a similar way. They can't be read from CD, but work when I copy them to ram, afaik they don't have an even size requirement.

Last edited by spiff; 18 August 2011 at 19:33.
spiff is offline  
Old 22 August 2011, 10:07   #60
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Quote:
Originally Posted by spiff View Post
Iff is 33233 bytes in both DVD and ram acc to list
Then your image is damaged (truncated). You may want to have a look at its FORM chunk, for example, to get the real size it must have.

Quote:
Originally Posted by spiff View Post
Jpgs and gifs behave in a similar way. They can't be read from CD, but work when I copy them to ram, afaik they don't have an even size requirement.
gif doesn't have even size requirement, but iff has.

I'm afraid you have a bug in your CD driver (which won't trigger for WB access by pure luck), because my viewer just uses operating system calls for file access and does nothing special here.
meynaf is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Use of 4MB PCMCIA Fast Flash Memory as Fast RAM in A1200 nkarytia support.Hardware 10 16 September 2011 13:37
Looking for an aga demo that has a1200 motherboard picture ElectroBlaster request.Demos 4 29 January 2011 22:44
Indivision AGA 1200 - Jumpy picture 8bitbubsy support.Hardware 11 08 February 2010 05:21
PP Viewer k2uphill News 3 04 June 2007 02:31
MorphOS: Bugfix-release 0.6a of picture viewer Showgirls published Paul News 4 11 September 2004 16:36

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:26.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11195 seconds with 14 queries