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
Loosing quality picture using gflax rotate function
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44583
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Loosing quality picture using gflax rotate function
Yes, Rotate is not lossless functionFredG 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
Pierre.
Re: Loosing quality picture using gflax rotate function
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
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
-
- Author of XnView
- Posts: 44583
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Loosing quality picture using gflax rotate function
No, i'll change soon the rotate function.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.
Pierre.