Page 1 of 1

Loosing quality picture using gflax rotate function

Posted: Sat Jun 11, 2005 9:51 am
by FredG
Hello and thanks for all
I use rotate with gflax.It works fine but my dpi goes from 180 to 68 dpi. Is there anyway to keep good quality picture?
here the code:
temp= dir &"/photos/"& right(session("tab("&i&")"),len(session("tab("&i&")"))-InstrRev(session("tab("&i&")") ,"/") )
Myobj1.SaveJPEGQuality = 100
Myobj1.Rotate angle
Myobj1.SaveFormat = 1
Myobj1.SaveJPEGProgressive = True
Myobj1.SaveBitMap temp
set Myobj1=nothing
Thanks

Re: Loosing quality picture using gflax rotate function

Posted: Sat Jun 18, 2005 12:48 pm
by xnview
FredG wrote:Hello and thanks for all
I use rotate with gflax.It works fine but my dpi goes from 180 to 68 dpi. Is there anyway to keep good quality picture?
here the code:
temp= dir &"/photos/"& right(session("tab("&i&")"),len(session("tab("&i&")"))-InstrRev(session("tab("&i&")") ,"/") )
Myobj1.SaveJPEGQuality = 100
Myobj1.Rotate angle
Myobj1.SaveFormat = 1
Myobj1.SaveJPEGProgressive = True
Myobj1.SaveBitMap temp
set Myobj1=nothing
Thanks
Yes, Rotate is not lossless function

Re: Loosing quality picture using gflax rotate function

Posted: Fri Oct 07, 2005 1:02 pm
by toby
Hello

When I rotate a picture, I get quite a heavy distortion. The
pic is not rectangular anymore. Max distorsion is at 45 degrees.
Has this bug been fixed in 2.40 ? I am currently using 2.27.

Thanks for any help !
Toby

Re: Loosing quality picture using gflax rotate function

Posted: Fri Oct 07, 2005 1:39 pm
by xnview
toby wrote:Hello

When I rotate a picture, I get quite a heavy distortion. The
pic is not rectangular anymore. Max distorsion is at 45 degrees.
Has this bug been fixed in 2.40 ? I am currently using 2.27.
No, i'll change soon the rotate function.

Posted: Fri Oct 07, 2005 1:45 pm
by Toby
Hi Pierre

Ok, thanks. By the way: I like GflAx a lot, it's a great piece of software !