Norm Dresner
2004-11-17 14:45:30 UTC
The "standard" program `xmag` allows static capturing a portion of an
X-window screen and magnifying it. But, compared to the programs available
for Microsoft Windows, it's badly crippled. There are relatively simple
programs available -- and some even ship with the base Windows
installation -- that allow
(a) dynamic changing magnification with a mouse-click
(b) live capturing the region surrounding the mouse as it's dragged
around
(c) live display as the area being magnified changes.
PLEASE don't think that this is a troll. I'm a long-time and committed user
and developer of both Windows and Linux and I find that right now for a
program that I'm working on I need some of the functionality that I have in
windows under Linux too.
One problem with the development of a really capable X window app is the
multiplicity of standards and toolkits so a developer has to either program
to a least common denominator system or supply enough in the way of
libraries to make his/her app work on "any" system.
As I see it right now, a reasonable target (though hardly inclusive) is
what's provided with something like a RedHat 7.x or 8.x distribution which
is, I think, X + Xt + Lesstif.
If there's a Windows-like screen region magnifier available, then it doesn't
ship with my "target" systems -- or at least doesn't get installed by
default in them.
1. If there is a program that does (most of) what I need, please tell me so
I won't start reinventing round objects. If the app needs extensions to do
some things, I just might do that instead of starting from scratch.
2. If there is no (readily available) program of this type, please tell me
a) is my target reasonable
b) what features should be included or excluded from the app
TIA
Norm
X-window screen and magnifying it. But, compared to the programs available
for Microsoft Windows, it's badly crippled. There are relatively simple
programs available -- and some even ship with the base Windows
installation -- that allow
(a) dynamic changing magnification with a mouse-click
(b) live capturing the region surrounding the mouse as it's dragged
around
(c) live display as the area being magnified changes.
PLEASE don't think that this is a troll. I'm a long-time and committed user
and developer of both Windows and Linux and I find that right now for a
program that I'm working on I need some of the functionality that I have in
windows under Linux too.
One problem with the development of a really capable X window app is the
multiplicity of standards and toolkits so a developer has to either program
to a least common denominator system or supply enough in the way of
libraries to make his/her app work on "any" system.
As I see it right now, a reasonable target (though hardly inclusive) is
what's provided with something like a RedHat 7.x or 8.x distribution which
is, I think, X + Xt + Lesstif.
If there's a Windows-like screen region magnifier available, then it doesn't
ship with my "target" systems -- or at least doesn't get installed by
default in them.
1. If there is a program that does (most of) what I need, please tell me so
I won't start reinventing round objects. If the app needs extensions to do
some things, I just might do that instead of starting from scratch.
2. If there is no (readily available) program of this type, please tell me
a) is my target reasonable
b) what features should be included or excluded from the app
TIA
Norm