Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
GIMP Image Editor
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor noname444 on GIMP Image Editor

Gimp needs support for 8, 16, and 32-bit per-channel images  
Written by ubby the 15 Dec 08 at 12:20. New
Gimp needs support for 8, 16, and 32-bit per-channel images like Photoshop does and Cinepaint (http://www.cinepaint.org/ ).
75
votes
up equal down
Solution #1: Auto-generated solution of idea #16510
Written by ubby the 15 Dec 08 at 12:20.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16510 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
3
votes
up equal down
Solution #2: Hire full-time dev
Written by kdev the 17 Jan 09 at 01:04.
Canonical could hire dedicated full-time developer (probably someone in gimp team) to speed-up porting GIMP to GEGL. As one of the developers told in recent interview it's mostly just "code needs to be written". Right now it is one of the biggest show-stoppers for must-die to linux migration for thousands of users so it is definitely worth paying for.

See the 6 comments or propose a solution (latest comment the 17 Dec 12 at 11:24) >>

Improving GIMP  
Written by jipson the 29 Sep 08 at 16:18. Not an idea
GIMP is really a wonderful image manipulation program. But many of its features are, in fact, unnecessarily complicated. For example,one has to create a new layer before pasting a copied image. GIMP should be able to create a layer automatically for the image pasted and there is no need of letting it remain as a floating selection. And the anchor button, then, should be used as a tool for merging down the layers.
Logo and Text Layer in GIMP should be preserved as vector.And the installed plug-ins should be accessible from a single menu itself.Previews should be available to all the filters. Finally, GIMP should have a workspace of its own.
94
votes
closed
Solution #1: Auto-generated solution of idea #13860
Written by jipson the 29 Sep 08 at 16:18.
Ubuntu Brainstorm was updated in January 2009. Since the idea #13860 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 11 comments or propose a solution (latest comment the 12 Oct 11 at 16:31) >>

New image in GIMP - Remember size  
Written by Stalker72 the 23 Nov 08 at 12:04. Not an idea
When I create a new image in GIMP, I usually set the size to equal my screen resolution (1680x1050). The next time I do this, I have to manually set it again. I want an option to remember the size of the new image.
67
votes
closed
Solution #1: Auto-generated solution of idea #15893
Written by Stalker72 the 23 Nov 08 at 12:04.
Ubuntu Brainstorm was updated in January 2009. Since the idea #15893 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 6 comments or propose a solution (latest comment the 30 Sep 11 at 12:05) >>

Gimp needs more improvements that makes it easier to work with  
Written by ubby the 15 Dec 08 at 12:13. Not an idea
Gimp is a very good program but the usability is very bad.
For example: make a text that follows a path, this is not easy to do in Gimp.
This is one example but that can be improved but there are many more.

Gimp needs to be a program that makes working with photo's fun and easy.
36
votes
closed
Solution #1: Auto-generated solution of idea #16509
Written by ubby the 15 Dec 08 at 12:13.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16509 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 6 comments or propose a solution (latest comment the 23 Sep 11 at 12:27) >>

Add PANTONE Color Libraries in Inkscape and Gimp  
Written by ubby the 20 Aug 08 at 16:45. New
Add PANTONE Color Libraries in Inkscape and Gimp just like the Adobe products have.

If you don't know what PANTONE is you can look here:
http://en.wikipedia.org/wiki/Pantone

Developer comments
There are legal considerations against providing a Pantone-compatible color palette; for more info see:

http://www.linux.com/archive/feature/49236

29
votes
up equal down
Solution #1: Auto-generated solution of idea #12382
Written by ubby the 20 Aug 08 at 16:45.
Ubuntu Brainstorm was updated in January 2009. Since the idea #12382 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 10 comments or propose a solution (latest comment the 26 Sep 10 at 23:46) >>

Image Browser  
Written by speed650 the 25 Dec 08 at 05:33. New
I recently started using Ubuntu after getting a virus on my windows install. I generally like the OS, but one of the things that bugs me when compared to windows is the way the file browser handles images. It does not show the preview of images inside a folder so i have hard time knowing what a folder actually contains, and it usually gives you very small preview images so i have to click on each one individually to get a bigger view. I do a lot of digital artwork, so i have thousands of images on my HD. I have tried a bunch of Ubuntu ad on programs for browsing images, but they do not compare to the windows file browser in my opinion.

(my suggestion is that you create the file browser interface with more consideration for visual media)
26
votes
up equal down
Solution #1: Auto-generated solution of idea #16818
Written by speed650 the 25 Dec 08 at 05:33.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16818 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 6 comments or propose a solution (latest comment the 7 Mar 10 at 09:46) >>

Greater support for graphics tablets in linux.  
Written by MattRogers1982 the 20 Jan 09 at 12:39. New
whilst some graphics tablets are able to run in a Linux environment the vast majority will not. Often increasing the cost of purchasing graphic design equipment and increasing the general frustration of purchasing such items.
34
votes
up equal down
Solution #1: specific driver wrapper catered to Graphics tablets.
Written by MattRogers1982 the 20 Jan 09 at 12:39.
The technology and implementation of all graphics tablets is very similar, and they all come with fully functional windows drivers. what i would suggest is that a wrapper which includes a linux implementation of basic GFX tablet functions within it and a means of utilising the specific windows driver for communication in a similar manner to other hardware specific wrappers such as ndiswrapper.
6
votes
up equal down
Solution #2: Implementing generic interface
Written by spb_nick the 31 Mar 09 at 20:39.
Most tablets nowadays are connected via USB and implement human interface device (HID) class. This allows for a generic driver stack to be implemented.

All components for this are already there. These are input subsystem in Linux kernel, which supports USB HID devices, and X.org evdev driver which aims at generic device support using event interface exposed by the kernel.

However, there are two problems: first, many tablets do not follow closely the USB specification and each have their own quirks; second, evdev has been reimplemented at least twice recently and still lacks proper tablet support.

While evdev could be made to support tablets once (well, maybe twice) and for all, since the kernel interface is generic, every tablet model needs to be catered to separately.

The hypothesis is that most tables have only HID input report descriptor broken and need it patched before feeding to the kernel parser. Thus, adding support for a new tablet model will require adding a several lines fix to the kernel.

--- shameless plug starts ---
Some time ago I have started a project which aims exactly at that: https://sourceforge.net/projects/digimend/

So far I have implemented a patch to the kernel to support my tablet. And just recently I have made evdev driver from Debian Lenny work with tablets (well, only my tablet was tested, but still).

I have also implemented a diagnostics tool which could be sent to tablet owners in order to gather all needed device metrics.

You could browse the source repository here: http://digimend.svn.sourceforge.net/viewvc/digimend/trunk/

As a reference, long time ago I have been participating in the Wizardpen X input driver development and have helped get release 0.5.0 out of the door with support for more devices.
--- shameless plug ends ---

See the 2 comments or propose a solution (latest comment the 22 Mar 09 at 05:17) >>

GIMP: when starts with no file, ask user to import clipboard, if it has an image  
Written by jpka the 12 Jan 09 at 22:00. New
The title says all... Seems to be useful and no conflict with others. Thanks
34
votes
up equal down
Solution #1: Auto-generated solution of idea #17232
Written by jpka the 12 Jan 09 at 22:00.
Ubuntu Brainstorm was updated in January 2009. Since the idea #17232 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 3 comments or propose a solution (latest comment the 13 Jan 09 at 08:26) >>

More brushes in Gimp by default  
Written by young the 10 Jan 09 at 17:22. New
Lots of brushes in /usr/share/gimp/2.0/brushes by default. It's really annoying having to browse the web for hours just to find some interesting brushes. I'd like to have a bunch of'em (maybe even a 100 or 1000) by default :)


66
votes
up equal down
Solution #1: Preinstalled brushes
Written by young the 10 Jan 09 at 17:22.
I'd like to have a bunch of brushes(maybe even a 100 or 1000) installed by default :)
17
votes
up equal down
Solution #2: Make brushes easily available via Synaptic
Written by young the 18 Jan 09 at 15:48.
Packages with hundreds of brushes easily available through Synaptic.
6
votes
up equal down
Solution #3: Ask user
Written by young the 18 Jan 09 at 15:55.
Ask user if he wants to install additional brushes when he/she runs GIMP for the first time.

See the 7 comments or propose a solution (latest comment the 11 Jan 09 at 11:30) >>

Possibility to select more than one layer in GIMP  
Written by kramer65 the 6 Nov 08 at 09:03. New
When I work in GIMP I often need to do something with several layers at a time; duplicate 5 layers at the same time, or delete a couple layers at a time.

At the moment, it is not possible to select multiple layers which causes me to do these actions to all of the layers separately. It would make my work easier, and more efficient if several layers can be selected simultaneously with the help of the Control or Shift buttons.
18
votes
up equal down
Solution #1: Auto-generated solution of idea #15309
Written by kramer65 the 6 Nov 08 at 09:03.
Ubuntu Brainstorm was updated in January 2009. Since the idea #15309 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 3 comments or propose a solution (latest comment the 8 Jan 09 at 14:38) >>

2 Next >>