Programming :: Gimp Commands To Edit Small Image?

Jul 20, 2010

I have a few small still images of around 300 bytes each that I created under Windows many years ago, I'd like to:

1) change the colour of some pixels on each and
2) make them the exact same size but I do not want to learn Gimp to do this since I have no other use for it.

Could someone show me the sequences of commands in Gimp GUI that will do the job?

View 4 Replies


ADVERTISEMENT

Software :: Gimp Build From Source Libtool Error Makefile Edit

Apr 6, 2010

So I've been trying to get GIMP 2.7 installed on my Slackware64 13.0, but I'm having some issues. After some extensive finagling and dependence findings, I got it to configure correctly, however, the make fails with libtool trying to find libgdk_pixbuf-2.0.la:

libtool: link: cannot find the library '..//usr/lib64/pkgconfig/gdk-pixbuf/libgdk_pixbuf-2.0.la' or unhandled argument '..//usr/lib64/pkgconfig/gdk-pixbuf/libgdk_pixbuf-2.0.la'

libgdk_pixbuf-2.0.la is in /usr/lib64/pkgconfig/, but for whatever reason, editing the makefile doesn't change this. (Yes I have the right permissions to edit it). First of all, why is it searching for /usr in the top build directory, and second, why doesn't an edit of the makefile work?

View 6 Replies View Related

General :: How To Rotate Image On GIMP?

May 8, 2011

Could someone tell me how to rotate an image on GIMP? Now You can rotate it 90 180 etc but I would like to rotate the image to level the shot.

View 6 Replies View Related

Software :: Rotating An Image In GIMP

Aug 1, 2011

In GIMP, can I rotate an image by only a few degrees? It's a scanned image of a crooked xerox copy, and I want to straighten it. I see options only for rotating by 90 or 180 degrees.

View 6 Replies View Related

Fedora :: GIMP - How To Print The Grid On An Image?

Jan 12, 2010

How can I print an image from GIMP and have the grid that Gimp generates print-out on the image?

View 4 Replies View Related

Software :: Composite Image Creation With GIMP

Dec 2, 2010

I have four smaller jpg files, that I would like to merge into one file. Each image is similar in size, and they are color images. The only way I could get close is by creating multi-layered composites, which got really big. The only other way I could think of doing it is with OO, creating a presentation slide, and then rendering that slide.

View 2 Replies View Related

Software :: GIMP Script-fu To Print An Image?

Dec 6, 2010

I'm not a Script-fu expert but I did manage to get a Script-fu script to at least not throw up any errors. However, it also doesn't work. I've written a bash script to use gphoto2 and imagemagick to snap a picture, download, rotate and crop it ready for print. I'd like to automate the final step and have The GIMP or some other program print it.

My script-fu script is:
(define (printshot filename)
(let* ((image (car(gimp-file-load RUN-NONINTERACTIVE filename filename)))
(gimp-print-gtk RUN-NONINTERACTIVE image)
(gimp-image-delete image)))
)

and my bash script to call it is: gimp -i -b '(printshot $1)' -b '(gimp-quit)' I know it's executing the script-fu script because I have received error messages when I do something invalid in it. However, I don't get any output. I get the same thing when I run it from the Script-fu console. It seems to execute but doesn't print anything.

View 1 Replies View Related

Software :: Align Text In An Image In GIMP?

Mar 25, 2010

I'm trying to make buttons for a webpage - each button has a "graphic" part - say an oval with a drop shadow, and text on top of that, such as "About Us", "Contact Us" etc. I'd like the text to line up horizontally against one another, so that if the buttons are placed next to one another in a straight line across the page, the texts line up with one another. How do I do this in GIMP?Common sense suggests that the "Align" tool should be what I should be using, but how do I use it?

View 1 Replies View Related

Fedora :: Printing Large Image Over Multiple Pages In GIMP

Dec 8, 2009

I have a large image that I want to print over 4 pages, each page showing 1/4 of the overall image, that I will past together. I'm doing this from GIMP on an up-to-date fc12 system. Searching around I find that there is a "scale" field in the print dialog and the lp command that cups supports and according to the documentation if I set scale to "200%" it should do what I want.However, when I set scale to 200% I get only one page with the upper left 1/4 of the page and then nothing. How do I get it to print the remaining 3 pages?

View 1 Replies View Related

Ubuntu Multimedia :: GIMP Scale Image Without Anti-aliasing?

Jul 17, 2010

I want to make an 8-bit looking image that has very large pixels. My solution was to make a 50x50 image, zoom in, draw it with the 1x1 pixel pencil tool, and then scale it to whatever size i want.Everything went well except, when i try to scale it the anti-aliasing kicks in and blurs everything. Is there a way that i can disable anti-aliasing?

View 2 Replies View Related

Ubuntu :: Default Image Viewer Failed But GIMP Fine

Mar 19, 2011

The default image viewer in 10.10 (eog) has met its match, a ~500MB image of the moon. I just thought it was kind of funny, while browsing the software center for an image viewer that could handle it, I noticed the description of the one installed by default and thought it was kind of funny, so I snapped this screenshot and thought I'd share it with you guys. By the way I have 4 GB of RAM and can view the image just fine in GIMP, just thought this was kind of funny.
Screenshot

View 1 Replies View Related

General :: Process Billions Of Small Files Using Bash Shell Commands With Limited Memory?

May 26, 2010

I need to process billions of small files using bash shell commands with limited memory size (256MB). If any of those files contain certain "keywords", the file will be removed. I tried with command:

find . -type f -exec grep -i -l -H "keyword" '{}' + | xargs rm -rf

where all files are located within the current directory. But the command above failed in "out of memory".

View 1 Replies View Related

Debian Multimedia :: Extremely Slow Loading Of Image Files In GIMP

Jun 16, 2010

I've had this odd, stubborn problem that seems to be related to the nouveau video driver and certain kernel builds: opening or saving full resolution jpeg image files using GIMP takes from 1-5 minutes and causes xorg CPU usage to reach almost 100%.This also occurs when using UFRaw to open Canon raw image files. The problem is not intermittent, it happens each time I open a file. Opening photos in the default image viewer works fine.This bug has vexed me on and off for the last couple of months, and seems to be triggered by a combination of kernel version and the Nouveau driver. I switched to Debian Squeeze from Ubuntu 10.04 because I was experiencing slow image open times in Ubuntu 10.04 (using the Nouveau driver).I did not experience the bug running Squeeze with the nv driver and kernel 2.6.32-3.

I did not have the bug running Squeeze with the nouveau driver and kernel 2.6.32-5 backported from Sid.I began experiencing the bug again after the Squeeze updates on June 14th (still running nouveau and kernel 2.6.32-5). I update daily so it's likely to be that day's updates which caused the bug to reappear.Just for grins, I installed the Liquorix kernel. The bug does not occur using kernel 2.6.34-0.dmz.10-liquorix-686 and the nouveau video driver.I have a Nvidia FX5500 video card. I prefer the nouveau driver to nv as my display seems to behave better. The Nvidia proprietary drivers are not an option because they produce X freezes when I am doing photo editing. The liquorix kernel seems to be working fine, but for long-term stability I'd rather be running a mainline Debian kernel.

View 5 Replies View Related

Ubuntu :: Gimp Batch Mode - Predetermined Layer On Another Image - Export As Png And Discard Changes

Jan 3, 2011

I want a simple short gimp batch script that will take one image, paste it into a predetermined layer on another image, export as png and discard changes. Unfortunately, I can't find any tutorials on using gimp batch. Anyone know any such tutorials (Or better yet, what my script needs to be)

So far this is what I have. I need a way to loop through the layers to check the name of them, I also need a way to ditch the previously opened files from memory (Otherwise gimp still has both images in memory) (I'm going to mark this solved so I can make a cleaner post once I get it together)

[Code]....

View 1 Replies View Related

Ubuntu :: Error: Eval: Unbound Variable: Gimp-image-insert-layer

Feb 14, 2011

Errors received when trying to use drop shadow plugin..

"Error while executing script-fu-drop-shadow:
Error: eval: unbound variable: gimp-image-insert-layer"

"Plug-In 'Drop Shadow' left image undo in inconsistent state, closing open undo groups"

View 5 Replies View Related

Ubuntu :: Edit Which Commands Require Sudo?

Aug 2, 2010

is there a way to edit which commands require a sudo? or some programs, like the CPU frequency monitor on panel, requires a password to change. where would i start if i want to change this?

View 2 Replies View Related

Ubuntu :: Small Image Shown In Bottom Right Corner Of Dock Icon

Jul 25, 2011

This is a small screen shot of my problem: I've changed the default icon for eclipse but this problem existed before I've done that. I'm using AWN Dock. How I can get rid of it?

View 9 Replies View Related

Ubuntu :: Edit Docky Commands Without Switching To Unity?

Aug 7, 2011

I have been using docky lately (its a great app!) and I am just wondering if there is some way I can make it show all windows in an expose-like format if multiple windows are open, just like the Unity launcher.
Is there any way I can achieve this without switching to Unity?

View 1 Replies View Related

Red Hat / Fedora :: Edit In Bashrc File Now Cant Execute Commands?

May 30, 2011

recently I did some changes to my bashrc file the changes are as follows
export JAVA_HOME=/usr/java/jre<version>/bin/
export PATH=$PATH:/usr/java/jre<version>/bin

now I'm unable even login to the OS.

View 9 Replies View Related

General :: Edit History To Remove Few Commands Executed?

Jun 30, 2010

Suppose when I issue history command it is showing 100 entries with number attached to each command executed.

how to edit the history to remove few commands executed by me so as to protect the system from other users.

View 11 Replies View Related

Debian Configuration :: Pamthreshold To Create Small Greyscale Image Of A Text Document

Nov 23, 2010

I have an old scanner script that uses pamthreshold to create a small greyscale image of a text document. This program does not seem to be available in debian. Can anyone tell me how I can install it, or if there are any better alternatives available?

View 1 Replies View Related

Software :: Vim Plugin - Edit A File As A Normal User - Commands Won't Work

May 4, 2011

I was looking at some Vim plugins, and I installed one called Abolish. The page from where I got it [URL] only says:

install details
Extract in ~/.vim or ~vimfiles

So I extracted it in ~/.vim. Now, the issue is that, if I edit a file as root, I am able to use the commands; however, when I edit a file as a normal user, these commands won't work. So... could this be a permissions issue? Or should I copy the plugin in some other directory, maybe?

View 6 Replies View Related

Ubuntu Installation :: Edit ISO Image Before Burning To CD/DVD?

Jan 6, 2011

I plan to make multi boot linux DVD, with help of SarduCD software, so, I have one question. configured Linux ISO image is not as I would like, I would like to change appearance and to add some softwares, in that way I will not have to change and install it every time I use live DVD in the future. I have now already installed 4 linux in one DVD but evey time I use it, I must change and install softwares, now I want to install on DVD the newest version of Ubuntu and Kubuntu, beside puppy and some other distros, and my question is: how to edit K/Ubuntu ISO image with aim that I don't need to change anything anymore after I burn it on DVD?

I suppose I should unpack and edit ISO image (add softwares and change appearance) and after that pack it again in ISO image. Maybe it is easier to burn Ubuntu to CD, to change and install what I want, into Live CD, and then to extract such Ubuntu to ISO image, then it would be ready to burn it together with other distros into DVD?

View 2 Replies View Related

Ubuntu :: Image Viewer Apps That Edit IPTC?

Jan 10, 2010

I've read about and taken brief looks at F-Spot, Gthumb, GQView, KphotoAlbum, and digiKam. Why is it so hard to find an app that edits IPTC? I think digiKam is supposed to, but 1) I was hoping not to have to run a KDE app on Gnome and 2) I can't even figure out how to use the darn thing ... it seems very unintuitive to me.

I miss Irfanview so much. (and no, I don't want to run WINE. I don't know why so many people are quick to suggest running Windows apps in WINE. If i wanted to run Windows apps, I'd run stinkin' Windows.)

It's one of those weeks for me when I feel like the more I actually try to USE Ubuntu for getting things done (as a long time Windows user), the more my hands are tied. I mean crap... MediaMonkey, Irfanview, ... ugh. Computers are for accomplishing tasks. Apps are for doing those tasks. OSes are for running those apps. I used to be a diehard OS/2 fan back in the day until I finally gave in to Windows. I still knew OS/2 was way superior, but what's the use in running a "superior" OS if you don't have the apps with features you need? I'm not trying to start a fight here and I hope I don't get slammed for my little venting here, but honestly...

View 5 Replies View Related

Ubuntu Multimedia :: Gimp 2.7 And Python (Import Error - No Module Named Gimp)

Mar 2, 2010

If you had Gimp 2.6 (with gimp-plugin-registry installed) and installed Gimp 2.7 to try its new goodies, but Layer Effects are not showing, and when executing "gimp" from console you get these *nasty* errors:

Code:
This is a development version of GIMP. Debug messages may appear here.
gimp-user-install: migrating from /home/user/.gimp-2.6
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/layerfx.py", line 23, in <module>
import gimp, gimpplugin, math
ImportError: No module named gimp .....

If you haven't install the 2.7 version yet. Before upgrading, backup "python" directory and then just restore it after installing 2.7.

View 6 Replies View Related

Programming :: First Image Will Display On The Page, And When A User Puts Their Cursor Over It, Then It Will Load Image 2?

Nov 24, 2010

I have just exported 3 png files out of gimp for a html document I'm working on right now, and they are all almost the same, except I need each to load when the user does something. So the first image will display on the page, and when a user puts their cursor over it, then it will load image 2. When they press it, it loads image 3.

View 1 Replies View Related

Ubuntu Installation :: Gimp - Gimp-help-en - On 10.04 Lucid Lynx - Installing Other Applications And Preforming System Tasks?

Jun 12, 2010

Some of you may have had with issues after installing GIMP on Lucid Lynx 10.04. Which may be directly related to "gimp-help-en", which could prevent you from installing other applications and preforming system tasks. If so, use this method to fix it.

Process: (Terminal > $ sudo apt-get install gimp)

1. After installing Gimp go to the terminal:

2. Then load up the language support application:

3. Then it will ask you to install the "gimp-help-en", confirm it.

4. Fix'd

I think this issue is directly linked to a systems with multiple languages, but I haven't been able to test this theory out yet.

View 3 Replies View Related

Ubuntu Servers :: Edit Files In Mounted .image File?

Mar 24, 2010

a friend of mines laptop died a few weeks ago and i said i would extract data off the drive for her... did this with dd and created a .image file. I have this image mounted so it is browseable, and we can copy files from it however i am unable to delete files from it?

You'd think it was not a big deal... but i'm running out of space!! and the .image is 90 odd gb. I know i "could" just get the disk and copy the files off she wants... but that would be too easy

View 1 Replies View Related

General :: Mount Floppy Image (*.img) And Edit By Adding Files?

Aug 14, 2010

i have read how mount floppy image (*.img) but how edit by adding files?

View 4 Replies View Related

Ubuntu :: Mount An ISO Image On Downloads Folder Manually Using Commands?

Sep 7, 2010

how to mount an ISO image on my downloads folder manually using commands.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved