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
ADVERTISEMENT
May 8, 2011
I updated my step-by-step guide for the creation of a custom Fedora 15 Live image. You can view it here. The previous post for Fedora 14 is here.
View 4 Replies
View Related
Apr 20, 2010
the things i've tried:
1. Created an asm bootloader code that calls a c function which just prints a hello message.
2. Compiled both and linked them using LD command using a .ld file available.
Steps followed from http://wiki.osdev.org/Bare_bones.I get a kernel.bin file which is of ELF format. I've set up a tftp server using tftpd32 tool and created the necessary pxelinux.cfg files.
Now how do i create a bootable kernel image out of the elf file. The steps given in the above website to create an image doesn't help.
View 1 Replies
View Related
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
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
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
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
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
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
View Related
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
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
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
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
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
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
Nov 17, 2010
I've been running 10.04 since September on my new MSi i3 notebook and about two weeks ago I noticed that when I login after system boot, propagation of icons on my desktop and the content of my Panel have become slower and slower.If I logout and login again the propagations are not slow.
View 1 Replies
View Related
Aug 6, 2009
I need little help on live disk creation and disk image backup.
Can I create live disk using my hard drive installation? If yes then, can I restore the fedora from the live disk to the hard drive. I mean to say that from that live disk can I install fedora again in my hard drive.
Second question is, if I create the disk image of my hard drive( including ntfs & FAT32 partition) , can I restore it in a blank drive. If so , then can os will be restored also?
View 7 Replies
View Related
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
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
Apr 4, 2010
I am using suse 11.2 running kde-4.3 . whenever i tried to install google earth and matlab it gives an error ,your x-server is not running ,
View 4 Replies
View Related
Oct 14, 2010
Installed Ubuntu 10.10, 64bit, been working flawlessly for a week.
I have 2 nVidia Corporation G96 [GeForce 9400 GT] Graphics Cards and 2 LG Monitors. I installed the nVidia drivers from the website and everything is working very well. Using Xinerama to extend my desktop.
The problem comes in when I add an additional user to the system. It doesn't matter if it's 1 or 2 users, if they are added into the administrator group or as a desktop user, I can delete re-add them, create a completely different user but the problem persists.
As soon as I login as the new user and go to System | Preferences | Appearance | Visual Effects and try and enable either 'Normal' or Extra' I get the following error;
"The Composite Extension is not Available"
This is strange to me because composite, everything, is working fine for the default user, I have no problems whatsoever, but any additional user I setup it seems the graphics is borked, like it's not picking up the correct drivers or something.
View 2 Replies
View Related
May 1, 2010
I did a clean install of Ubuntu 10.04 except for the /home partition. I have two monitors. I can't get the setup I had on 9.10 where the second monitor was an extension of the first, and extra visual effects were enabled.
There are two drivers available for my video card, NVIDIA accelerated graphics driver (version 173) and NVIDIA accelerated graphics driver (version current) [Recommended]. I've tried both. I backed up my /etc/X11/xorg.conf, blanked the current one, and run
Code:
I set the each monitor to be a separate X screen, enable Xinerama (I think that's what I need for the extended display), and clicked Save to X Configuration File. Sometimes I merge it with the existing file. At this point I restart and the error, "The Composite extension is not available" is displayed when I try to enable extra visual effects.
View 9 Replies
View Related
Feb 9, 2010
I am trying to put my appreance preferences to extra so taht I can enable compiz however I get the error message "Composite extension is not available"
below is my xorg file I have nvidia 185.18.36 drivers installed which should work with compiz.
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
[Code].....
the above xorg gets my flawless playback in xbmc (xbox media center) or 1080 movies.
View 3 Replies
View Related
Nov 21, 2010
In the composite of the effect desktop I can to use only xrender, just select opengl, I did not make use, why ?
View 1 Replies
View Related
Jan 1, 2011
I am almost tempted to go back to an old slackware to try this. Anyway, I found a circuit (with just a few resistors) that allows vga output to go to composite input. To my amazement it actually works and it is very clear, but has a double screen. I am told, to fix it you need to change the horizontal sync and or refresh rate for the card. (17 instead of 35). How would I do this in xorg.conf?
View 2 Replies
View Related
Jun 24, 2010
I have a render script that uses several Blender 3D instances on several machines to co-render one still image. The image is split into squares of 64 x 64 pixels. In the end, I have like 200 image files, each one with a puzzle piece of the whole.
Now I would like to assembe these pieces into whole with PIL and Python, but so far cannot figure out how. I am new to PIL, but in imagemagick, a convert image1.png image2.png image3.png +append finalimage.png works a charme. But convert chokes on so many image files, so I need something automatic and scalable. I think that pictures are RGBA, so black should be the alpha channel and transparent.
I think I have to mention that the pieces are in the right position and that every piece has the original dimensions of the full picture, so it is not a problem figuring out where each piece should be. Just putting all the pictures on top of eachother and ignoring anything that is black would do the trick nicely.
How can I reach this with PIL? Which functions do I need for that? PIL does a lot of stuff, so finding my simple function is daunting.
View 1 Replies
View Related
Jul 2, 2010
I just installed Fedora 13 and though I'd give kde4.4 a try and see how it is. So far I'm liking it however I've got a couple problems with kde.
First off, I cant enable desktop effects (I don't seem to be only one with the problem, though I havn't found a fix yet).
Secondly, when I mouse-over an item on the panel, a piece of a window on the opposite side of the screen from the panel 'vanishes'. This isn't very easy to explain so I've attached a screenshot. My mouse is over the clock on the top right. I had this bug on an earlier version of kde4 some time ago, hoped it was fixed .
The nvidia drivers are installed (from rpmfusion), working (I can play games and glxinfo reports direct rendering etc) and don't throw any errors - the composite extension is loaded.
---
Below are some system specs and details:
Vid: GeForce GTX 260M
Kernel: 2.6.33.5-124.fc13.x86_64
Kernel module:
lsmod | grep nvidia
nvidia 10823576 30
i2c_core 24507 2 videodev,nvidia
I've also attached the Xorg log and the xorg.conf file.
View 1 Replies
View Related
Jun 23, 2011
During my research on enabling composite effects and xinerama, I stumbled upon a few threads and discussions which showed xserver 1.10+ has resolved the conflicts between the 2 modules. I'm wondering if anyone knows of someone/somewhere to get a SUSE compatible build of xserver 1.10+ ? If not, could someone point me toward an easy-to-follow tutorial on how to build packages for SUSE?
View 5 Replies
View Related
Feb 10, 2011
I am not able to enable composite with the nvidia driver. And a few other issues that I been able to get around but so far the nvidia driver is my main problem.
View 21 Replies
View Related
Sep 26, 2010
Since I have upgraded to KDE 4.5 I can't play games (native or wine) without disabling composite before start playing.When I start a game its window begins to shiver (to tremble or to shake... not sure) and so I have to disable composite first and then relaunch the game.I never had to do this in KDE 4.4.
View 2 Replies
View Related