Friday, October 29, 2010

Re: @ImageOptions doesn't resize lossy jpgs?

Will do. I just realized 2.1 final is out. I'll test again in 2.1
before submitting.

On Oct 29, 12:34 pm, John LaBanca <jlaba...@google.com> wrote:
> Can you create a bug in issue tracker to track this?  It definitely seems
> like a bug.
>
> Thanks,
> John LaBanca
> jlaba...@google.com
>
>
>
>
>
>
>
> On Fri, Oct 29, 2010 at 12:12 PM, Potate <sammyjiang...@gmail.com> wrote:
> > oops, forgot to say this is GWT 2.1 RC1
>
> > On Oct 29, 12:10 pm, Potate <sammyjiang...@gmail.com> wrote:
> > > This seems a bug to me. Can someone help me verify this?
>
> > > when using a jpg like
> > >         @Source("images/Status-Verified.jpg")
> > >         @ImageOptions(width=10)
> > >         public ImageResource OrderStatusVerified();
> > > the width parameter seems to have no effect.
>
> > > when using a png like
> > >         @Source("images/Status-Verified.png")
> > >         @ImageOptions(width=10)
> > >         public ImageResource OrderStatusVerified();
> > > the resulting image resource is properly resized
>
> > > the image itself is 24x30. The jpg version is lossy
>
> > > thanks
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscribe@googlegroups.com<google-web-toolkit%2Bunsubs cribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment