Re: [Gimp-user] Layered TIFF?
Claus Cyrny wrote: > > You may want to try this TIFF specific mailing list: > > http://lists.maptools.org/mailman/listinfo/tiff > > Maybe you can get a hint there on how to go about converting > your images. > This discussion of saving text layer as a layer in TIFF too (not only layered TIFF) might also be helpful reference: http://www.asmail.be/msg0054984065.html ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] lossless cropping?
Johan Vromans schrieb: > it is just like the GIMP: it reads (hence decompresses) the image > and recompresses it when saving. > > For lossless manipulation, use jpegtran and jhead. Of course, > cropping, flipping and rotating by right angles only. > And mapivi does it with GUI on Linux. http://mapivi.sourceforge.net/mapivi.shtml ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Under Water Effect Tutorial
David M. schrieb: > Now open it in IE or something, and BAM! Moving water. > -- > In Firefox or something. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] how to clone a text layer (not how to do clone on a layer)
Sven Neumann schrieb: > Hi, > > On Mon, 2009-03-02 at 13:10 +, Chris Mohler wrote: > > >>> GIMP 2.6 is out for five months already. There is really no good reason >>> why your distribution does not offer it yet. Perhaps time to switch to a >>> more reasonable Linux distribution? >>> >> Yes, but even Ubuntu is still shipping 2.6.1 with their latest stable >> version (8.10) and shipping 2.4.x with the long-term-support version >> (8.04). >> > > They have 2.6.3 in intrepid-backports, so a user of the latest stable > version should have that at least. 2.6.3 is already much more recent > than 2.6.1 and has lots of bug-fixes. But yeah, Ubuntu should do their > users a favor and provide more recent bug-fix releases. > > Nope. I also have a second computer runs Ubuntu 8.04 (I didn't upgrade to 8.10 yet), that every time the system tell me to upgrade I would do it (last time was in last week). But it still uses Gimp 2.5.4 (sh?? an unstable version?). If Ubuntu has 2.6 without a system-upgrade, I'd be glad to try. I don't want to fight the hassle of system-upgrade in recent months. Usually a system-upgrade means I need to get used to something a bit different, I prefer trying that in less heavy-working days ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] how to clone a text layer (not how to do clone on a layer)
saulgo...@flashingtwelve.brickfilms.com schrieb: > Quoting zhangwe...@realss.com: > >> Hi. Thanks! I put the .scm file in /usr/share/gimp/2.0/scripts and try >> it. When I click "OK" in clone text properties dialog I was told the >> following: >> >> Error while executing >> (sg-clone-text-attributes 1 3 0 TRUE FALSE FALSE FALSE FALSE FALSE >> FALSE FALSE FALSE FALSE FALSE FALSE FALSE) >> >> Error: eval: unbound variable: gimp-drawable-is-text-layer > > It would seem you are using an outdated version of GIMP. Latest stable > (2.6.5) supports text operations through the Procedural database that > weren't available in earlier versions. > Hi. Thanks a lot. I'll re-try both plugins you recommended after once day my operating system (gentoo) bring me to 2.6.x. I can manually make an upgrade to 2.6.x by changing some configuration files, but I prefer to wait because gimp's dependencies might change the system (gtk upgrade to 2.18). I'm not in hurry. It will take months until gimp reaches 2.6 on Gentoo stable. I'll not forget to re-test these things by that time. I keep a good "when xx happen do xx" todo list management. Thanks a lot for your solutions. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] how to clone a text layer (not how to do clone on a layer)
Chris Mohler schrieb: > On Thu, Feb 26, 2009 at 10:34 AM, > wrote: > >> Quoting Daniel Hornung : >> >> >>> Or you could try >>> and write a script that changes the text of all text layers in the same way, >>> I think that should be possible at least in theory. >>> >> Yes, such is possible (and owing to recent additions to the Procedural >> DataBase, not just in theory). >> > > I wrote a trivial text 'find and replace' script for GIMP 2.6: > http://registry.gimp.org/node/12212 > > Currently it operates in all layers - I'd love to get some feedback on > how it works in real-world cases... sounds interesting! Does it work on 2.4.6? In the real world people like me are afraid of the cutting edge and use the latest stable... ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] how to clone a text layer (not how to do clone on a layer)
saulgo...@flashingtwelve.brickfilms.com schrieb: > Quoting Daniel Hornung : > > >> Or you could try >> and write a script that changes the text of all text layers in the same way, >> I think that should be possible at least in theory. >> > > Yes, such is possible (and owing to recent additions to the Procedural > DataBase, not just in theory). > > The following Script-fu will add a new command to the Layers Menu > (accessible by right-clicking on a thumbnail preview in the Layers > Dialog). The command is called "Clone text attributes..." and presents > a list of several attributes from which the user can choose to > transfer to the target layers. Target layers can be limited to visible > layers, linked layers, or all layers (only text layers are affected). > > http://flashingtwelve.brickfilms.com/GIMP/Scripts/sg-clone-text-attributes.scm > Hi. Thanks! I put the .scm file in /usr/share/gimp/2.0/scripts and try it. When I click "OK" in clone text properties dialog I was told the following: Error while executing (sg-clone-text-attributes 1 3 0 TRUE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE) Error: eval: unbound variable: gimp-drawable-is-text-layer ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
[Gimp-user] how to clone a text layer (not how to do clone on a layer)
Hello. Is there a feature in gimp that behave like inkscape, where a text layer (in Inkscape an object or a group of object) can have some clone text layers. If the source text layer changes its color, size, text etc, the cloned layer automatically change accordingly. In fact, I am more happy if the cloned layer only changes its text when the source layer's text is changed. I need this feature because I have an illustration where a word appeared multiple times. I need to change this word from time to time. But I have about 12 layers with the same word, doing the same text change to 12 layers from time to time look stupid. In Inkscape it would be easier. Thanks in advance! ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] lossless cropping?
zhangwe...@realss.com schrieb: > what software (better has an GUI because I am not commandline guru) on Linux > can be used to do > lossless cropping? > A more complete answer to myself in case anyone needs it too: Tools on Linux that can do loseless cropping: Commandline tool: jpegcrop and jpegtrans (part of libjpeg GUI tool: mapivi http://mapivi.sourceforge.net And major Linux image viewers like gthumb, eog (eye of gnome), Gwenview all supports lossless flipping and rotating, but none declare supporting lossless cropping (among which eog I tried and truly not having cropping feature) ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] lossless cropping?
zhangwe...@realss.com schrieb: > Can any recommend such an editor for lossless cropping & rotating, > > With the following googles that have corrected my stupid typos now I can get some information about lossless cropping and answer my own question: http://sylvana.net/jpegcrop/ offer commandline tool for cropping an image. Fotoview is GUI tool that can do lossless cropping, written in Delphi for Windows: http://www.polamar.net/fotoview/index_e.htm -- Real Softservice Huateng Tower, Unit 1788 Jia 302 3rd area of Jinsong, Chao Yang Tel: +86 (10) 8773 0650 ext 603 Mobile: 159 7382 http://www.realss.com ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] lossless cropping?
Sven Neumann schrieb: > GIMP doesn't know anything about JPEG images. The image is opened by a > plug-in and the core only gets to see the decompressed image. So if you > crop the image in GIMP, it will have to be recompressed when it is saved > as JPEG again. The JPEG plug-in does a nice job at preserving as much of > the JPEG compression settings as possible to minimize the defects > introduced by the recompression. But you will get slightly better > results with specialised software that works directly on the JPEG data. > Hi. Thanks. You (and Jernej) wrote it very clear! Can any recommend such an editor for lossless cropping & rotating, better even lossless resizing, if possible. Cropping, rotating and resizing are the only feature my user (not me) uses and my user wanted to have a GUI tool. If there isn't one but only commandline tools, then I'd see if I can re-use my tcl/tk skill to make an opensource tool for this. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] lossless cropping?
Sven Neumann schrieb: > Hi, > > On Sun, 2009-02-01 at 19:46 +0800, zhangwe...@realss.com wrote: > >> Hello. I read from an article which says jpeg images can be cropped >> losslessly. I searched "lossless gimp crop" on google without good >> findings. Can gimp do lossless cropping? >> > > GIMP doesn't know anything about JPEG images. The image is opened by a > plug-in and the core only gets to see the decompressed image. So if you > crop the image in GIMP, it will have to be recompressed when it is saved > as JPEG again. The JPEG plug-in does a nice job at preserving as much of > the JPEG compression settings as possible to minimize the defects > introduced by the recompression. But you will get slightly better > results with specialised software that works directly on the JPEG data. > Hi. Thanks. You (and Jernej) wrote it very clear! Can any recommend such an editor for lossless cropping & rotating, better even lossless resizing, if possible. Cropping, rotating and resizing are the only feature my user (not me) uses and my user wanted to have a GUI tool. If there isn't one but only commandline tools, then I'd see if I can re-use my tcl/tk skill to make an opensource tool for this. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
[Gimp-user] lossless cropping?
Hello. I read from an article which says jpeg images can be cropped losslessly. I searched "lossless gimp crop" on google without good findings. Can gimp do lossless cropping? If not, what software (better has an GUI because I am not commandline guru) on Linux can be used to do lossless cropping? Thanks. -- Real Softservice Huateng Tower, Unit 1788 Jia 302 3rd area of Jinsong, Chao Yang Tel: +86 (10) 8773 0650 ext 603 Mobile: 159 7382 http://www.realss.com ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user