[Gimp-user] pcx export

2013-12-13 Thread Jenny_222
some days weregone same problem with pcx-export a picture with 600dpi has only 300dpi after export -- Jenny_222 (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org List membership: https

[Gimp-user] pcx export

2013-11-01 Thread Jenny_222
Thanks Simon, but how can I integrate this plugin? ** Or does anyone other know how to install this plugin? -- Jenny_222 (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List

[Gimp-user] pcx export

2013-11-01 Thread Jenny_222
Jenny_222 (for...@gimpusers.com) wrote: You misunderstood me. This is the plugin you are already using. It needs to be changed to work the way you need it. For this you need to edit the source code and recompile the plugin. If you have no programming experience then it will be a rough ride though

[Gimp-user] pcx export

2013-11-01 Thread Jenny_222
); + gimp_image_get_resolution (image, resolution_x, resolution_y); + + pcx_header.hdpi = GUINT16_TO_LE (RINT (MAX (resolution_x, 1.0))); + pcx_header.vdpi = GUINT16_TO_LE (RINT (MAX (resolution_y, 1.0))); -- Jenny_222 (via www.gimpusers.com/forums) ___ gimp-user-list

[Gimp-user] pcx export

2013-10-31 Thread Jenny_222
My grafic has 600ppi grayscale. I want to export a pcx-file with 600ppi, but exportet pcx-file has only 300ppi. What can I do? Jenny -- Jenny_222 (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org

[Gimp-user] pcx export

2013-10-31 Thread Jenny_222
Thanks Simon, but how can I integrate this plugin? ** Jenny_222 (for...@gimpusers.com) wrote: You can fix it in the PCX plugin, where the value of 300 dpi is hardcoded. Basically the plugin needs to retrieve the relevant information from