English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 29 January 2010, 05:58   #21
Rebel-CD32
Amiga will never die!
 
Rebel-CD32's Avatar
 
Join Date: Nov 2004
Location: Tasmania, Australia
Age: 43
Posts: 532
Send a message via MSN to Rebel-CD32
The new v program is definitely faster than Visage by a few seconds at displaying the same image. It wouldn't display the 1024x768 image in HighGFX resolution though, which is a shame because other picture viewers use this mode if it fits. Hopefully this'll be fixed in future versions, it's nice to have a new, faster picture viewer for classics available after all this time.
Rebel-CD32 is offline  
Old 29 January 2010, 06:09   #22
Thorham
Computer Nerd
 
Thorham's Avatar
 
Join Date: Sep 2007
Location: Rotterdam/Netherlands
Age: 48
Posts: 3,831
Quote:
Originally Posted by Rebel-CD32 View Post
It wouldn't display the 1024x768 image in HighGFX resolution though, which is a shame because other picture viewers use this mode if it fits.
I'll ask meynaf if this is somehow implementable. By the way, is this handled through a standard monitor file? And also, is it a planar GFX mode, or a chunky one?
Thorham is offline  
Old 30 January 2010, 00:10   #23
Rebel-CD32
Amiga will never die!
 
Rebel-CD32's Avatar
 
Join Date: Nov 2004
Location: Tasmania, Australia
Age: 43
Posts: 532
Send a message via MSN to Rebel-CD32
HighGFX is just another monitor driver for AGA that requires a very special type of monitor or an Indivision to display the screen. It's what I use for my Workbench and any applications that let me choose the screen mode. When viewing images with Visage, PPShow or Multiview, they pick the best fitting screen mode so a 1024x768 image always ends up on a HighGFX 1024x768 flicker-free 18bit display, which looks beautiful. It's definitely a planar mode. The HighGFX driver is available on Aminet if it'd help.
Rebel-CD32 is offline  
Old 01 February 2010, 10:22   #24
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,351
I will have a look at HighGfx driver to see what I can do.
But I don't have the relevant hardware...

If you have some pictures it should display but doesn't, please give them to me. My viewer is a bit intolerant about badly encoded images

About versioning, the link on free.fr contains the last version.
meynaf is offline  
Old 01 February 2010, 10:43   #25
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,307
If you have questions about HighGFX you can ask Ratte of course.
daxb is offline  
Old 01 February 2010, 17:37   #26
nujack
Zone Friend
 
nujack's Avatar
 
Join Date: Apr 2005
Location: Leipzig/Germany
Age: 49
Posts: 459
@meynaf: You don't need a gfx-card for HighGFX-resolution. And yes it would be cool if your PictureViewer supports HighGFX. I have tried out your PictureViewer and I was surprised how fast it is.
nujack is offline  
Old 01 February 2010, 21:28   #27
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,307
A feature like bestmode (screenmode) would be fine.
daxb is offline  
Old 05 February 2010, 10:36   #28
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,351
Well, I don't exactly see what I have to do.

What I need is code to open intuition screens of whatever dimensions, including those which don't have square pixels (e.g. to show WB grabs).

Do you say I should perform some sort of GetBestModeID() call ?

My code must remain generic because it is reusable, but if I manage to make it work, other programs (e.g. my HOMM2 port) will benefit of it.

On the other hand, I'm not sure it can remain as fast as it is if 28Mhz graphics are used...
meynaf is offline  
Old 05 February 2010, 17:06   #29
rockape
Registered User
 
rockape's Avatar
 
Join Date: Feb 2010
Location: Lincolnshire, England.
Age: 75
Posts: 167
Hi,

I use Visage because it allows a lot of functions in it's tooltypes, eg: scale which will scale the pic to your monitor screen.

Also, Visage pre-loads the next pic (if also selected for viewing) in the background so there is little or no time delay in displaying the selected pics.

Regards, Michael

aka rockape
rockape is offline  
Old 05 February 2010, 18:20   #30
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,307
About how to code that stuff like bestmode (several pic viewers have such a function) alas I can`t help you. If you are interested in you should ask in the coder section of this forum. However, the interesting screen modes are DBLPal, Multiscan and maybe SuperHighRes.
daxb is offline  
Old 05 February 2010, 23:47   #31
Fabie
Banned
 
Join Date: Apr 2009
Location: France
Posts: 478
Quote:
Originally Posted by rockape View Post
Hi,

I use Visage because it allows a lot of functions in it's tooltypes, eg: scale which will scale the pic to your monitor screen.

Also, Visage pre-loads the next pic (if also selected for viewing) in the background so there is little or no time delay in displaying the selected pics.

Regards, Michael

aka rockape
yes....visage and fastview preloads the next pic.....I think this feature is essential to add in the new program V
Fabie is offline  
Old 08 February 2010, 09:47   #32
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,351
But Visage crashes any time I try to show a PNG, and its display of progressive jpegs is awfully slow.

Pre-loading and scale were already in my todo list, but I have too many projects and I lack time...

As I'm giving sources with the program, can't anyone help ?
meynaf is offline  
Old 08 February 2010, 11:42   #33
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,307
Quote:
Originally Posted by meynaf View Post
But Visage crashes any time I try to show a PNG, and its display of progressive jpegs is awfully slow.
Can you give an example PNG picture and how do you call Visage? I would try to reproduce it here.
daxb is offline  
Old 11 February 2010, 09:12   #34
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,351
Quote:
Originally Posted by daxb View Post
Can you give an example PNG picture and how do you call Visage? I would try to reproduce it here.
Every possible PNG picture will do, and the way to call it is unimportant (I used cli).
But you have to try it on a 68030 without fpu.
meynaf is offline  
Old 11 February 2010, 13:41   #35
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,307
Can`t check on 030 because I own only a 040 but did you checked the requirements part of visage.guide (libs, fpu, no-fpu version)? There are several tooltypes/arguments for PNG, for example you should try DATATYPES, NOPNG, ... to find out if the internal PNG reader or datatype/library is responsible.
daxb is offline  
Old 14 February 2010, 19:33   #36
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,351
Quote:
Originally Posted by daxb View Post
Can`t check on 030 because I own only a 040 but did you checked the requirements part of visage.guide (libs, fpu, no-fpu version)? There are several tooltypes/arguments for PNG, for example you should try DATATYPES, NOPNG, ... to find out if the internal PNG reader or datatype/library is responsible.
This is no fpu version, and fpu is totally useless for png anyway. Other formats work fine, btw.

It's clearly the internal decoder, not any datatype (akpng crashes happily too, but it's another story). IIRC error is 8000000F. Easy to read signature

You're Visage author, aren't you ?
meynaf is offline  
Old 15 February 2010, 13:19   #37
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,307
Quote:
Originally Posted by meynaf View Post
This is no fpu version, and fpu is totally useless for png anyway. Other formats work fine, btw.
I just read about PNG and FPU in the Visage.guide. The math#?.librarys are also used. One used by PNG reader.

Quote:
You're Visage author, aren't you ?
No. The author is Magnus Holmgren (Sweden). Check guide for contact address.
daxb is offline  
Old 17 February 2010, 19:22   #38
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,351
Quote:
Originally Posted by daxb View Post
I just read about PNG and FPU in the Visage.guide. The math#?.librarys are also used. One used by PNG reader.
Math libraries are not needed for PNG. If they are used, then a mistake has been made somewhere. Believe me, as I wrote my own PNG viewer.

Quote:
Originally Posted by daxb View Post
No. The author is Magnus Holmgren (Sweden). Check guide for contact address.
I asked, because you behaved like if you were him
meynaf is offline  
Old 24 March 2010, 16:43   #39
Don_Adan
Registered User
 
Join Date: Jan 2008
Location: Warsaw/Poland
Age: 56
Posts: 2,029
Quote:
Originally Posted by Fabie View Post
I don't understand
you replied that 1.02 version is faster than 1.01 and visage
so I assumed that you got that version
have you got that 1.02 version?? can you upload it to the zone??
Version 1.02 is now available on meynaf's link and WT page.
Don_Adan is offline  
Old 24 March 2010, 17:11   #40
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,307
Quote:
Originally Posted by meynaf View Post
I asked, because you behaved like if you were him
Sorry, it seems my english is too bad or my interest is to high.
daxb 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 03:28.

Top

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