sharpen (or other Function) only in a part of a picture

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
Pierre St

sharpen (or other Function) only in a part of a picture

Post by Pierre St »

hi

i want to sharpen only a small rectangle .. not the whole picture...

how can i define this part of the picture ?

and then... use the 'normal' sharpen function ?

regards
Pierre St
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: sharpen (or other Function) only in a part of a picture

Post by xnview »

Pierre St wrote:hi

i want to sharpen only a small rectangle .. not the whole picture...

how can i define this part of the picture ?

and then... use the 'normal' sharpen function ?
Currently it's not possible...
Pierre.
MaierMan
Posts: 78
Joined: Wed Aug 04, 2004 8:32 pm
Contact:

Post by MaierMan »

not possible means:
do a workaround ;)

a) Get the rect into another picuture (crop-copy or something like this)
b) Apply the filters (i.e. sharpen)
c) bitblt the stuff back

alternative:
Develop your own filter (i.e. sharpen) implementation that works like you desire. ;)
Post Reply