Re: [Gimp-developer] Save for Web plug-in

2006-12-19 Thread Aurimas Juska

Hi,

It's nice to hear from someone who has actually tried working with the Save
for Web plug-in.

At some point of development info was displayed under each view, but I
didn't find original info line useful. Why do you think it would be: just
for esthetic reasons or does it have some useful functional meaning? I don't
know whether it's worth comparing file size of multilayered GIMP image and
compressed single-layered jpeg, gif or png.

However, I am sure original image dimensions should be displayed in resize
panel, so that user could restore them.

Do you think any additional information about original or optimized image
should be provided? Is the user interface intuitive enough or something
should be changed?

BTW, I tried porting the plug-in on The GIMP 2.2 but without success. In
order to try the plug-in one has to compile it for 2.3 or current CVS. If
someone got it working on The GIMP 2.2, however, please send me so I could
add it to the registry.

On 12/18/06, cedric GEMY [EMAIL PROTECTED] wrote:


Really Cool,
i would be to add this in official version :-P

i just think it would be better to display optimized file infos (files
size...) just below the optimized preview.

To improve compression evaluation, it could also be nice to display
original file infos under the left preview.

What do you think of this ?

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Save for Web plug-in

2006-12-17 Thread Aurimas Juska

Hi,

Save for Web plug-in is available at http://registry.gimp.org/plugin?id=8799

The main idea is visual adjustment of various image parameters such as
quality,
number of colors, dimensions, etc to reach optimal file size.

Image is shown in two views: original and optimized. Changing any save
setting causes optimized view to be redrawn reflecting quality of the
optimized image. Additionally, the resulting file size is displayed.

Features:
- most popular file formats: JPEG, GIF, PNG (Indexed or RGB)
- resizing and cropping
- zoom in/out in preview

Start: Image/Filters/Web/Save for Web...

Any comments are welcome.

Aurimas
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Save for Web plug-in

2006-12-17 Thread Aurimas Juska

Hi,

Of course, File menu would be better but I don't know how to make Save for
Web... appear after Save as Copy...

Another possible problem is GimpImage conversion to GdkPixbuf. Is it alright
to just copy pixel data (assuming GimpImage is RGB(A))? (Won't there be
problems with color management?)

On 12/17/06, Sven Neumann [EMAIL PROTECTED] wrote:


Hi,

On Sun, 2006-12-17 at 11:15 +0200, Aurimas Juska wrote:

 Start: Image/Filters/Web/Save for Web...

Wouldn't it be better placed into the File menu?


Sven



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer