I was using opencv for some time for programming in Android, and I now see that the Gimp library is much stronger. Where can I find a starting point to learn Gimp?
I have a bunch of screen shots and I\'d like to crop out the window border. I would like to crop them all using a script.
When saving a new image wit开发者_StackOverflow中文版h ImageIO generic ImageWriteParam supports explicit setting of compressionQuality parameter from range 0.0f (high compression) to 1.0f (high qualit
I use this code to draw a png into my device context: auto_ptr<Gdiplus::Graphics> g(Gdiplus::Graphics::FromHDC(pDC->GetSafeHdc()));
How exactly does GIMP convert a jpg into a ppm? I\'m trying to convert a jpg to a ppm on Android. In Android I use the API to create an ARGB_8888 Bitmap of the jpg then drop the Alpha channel and thro
I am taking a look at GIMP\'s Curves Tool, and is wondering the procedure behind this great tool. I grab GIMP\'s source code, and tries to understand it. But I realized, without proper knowledge, this
i have a bunch of images which are way too big i need to decrease their size from 30 kb to 10 or 5 kb without loosing quality. I tried to change the dpi and pixels with开发者_如何学编程 no succeed. Th
Seems like GIMP\'s intelligent scissor is based on a paper from SIGGRAPH \'95 on \"Intelligent Scissors for Im开发者_运维问答age Composition\", as seen in one of the comments in the source.
I need to manipulate an image such that a sub-rectangle of it is flipped or rotated relative to the rest of the image. Here\'s an example:
Is it possible to 开发者_StackOverflow社区create an animation in GIMP that will loop only certain number of times and then stop playing?