(11-01-2017, 08:04 AM)Ofnuts Wrote:(10-31-2017, 09:45 PM)Dkk Wrote:(10-23-2017, 05:49 PM)Ofnuts Wrote: * Filters>Python-fu>Console
* Enter "pdb.file_png_get_defaults()" (without the quotes) then strike [enter]
* Post results
Traceback (most recent call last):
File "<input>", line 1, in <module>
RuntimeError: O Procedimento "file-png-get-defaults" não retornou os valores de retorno
Very unexpected message, in standard Python this shouldn't not print anything if the procedure doesn't return values. Does:
answers:Code:
print pdb.file_png_get_defaults()
Code:
None
Traceback (most recent call last):
File "<input>", line 1, in <module>
RuntimeError: O Procedimento "file-png-get-defaults" não retornou os valores de retorno.
(11-01-2017, 10:17 AM)rich2005 Wrote: @Ofnuts
This is 'buntu Gimp 2.9.7 as of yesterdays revision.
Python console, plenty error messages: https://i.imgur.com/8Z9emTN.jpg
but:
Plenty changes to the Gimp 2.9.x png export options: https://i.imgur.com/ITiL5yu.jpg
it is not a version 2.9.7 for download. Has she left yet?
(11-01-2017, 10:31 AM)Ofnuts Wrote: So, ascribe this to the "unstable" status of 2.9.x.
To the OP, I don't see much purpose in using "save for web" for PNG anyway? What do you gain over the regular PNG export?
with the Save for Web plugin I can reduce the specs and see in real time the result in the image and the size of the image. Through the nomal export an image with few colors that I work is in average of 250kb using Save for Web and with few losses I get it down to 35-50kb. It helps me a lot to make my site light and google pagespeeds positions me better in rank.