Remember this Photoshop CS5 sneak peak showing off it’s latest and greatest feature Content-Aware Fill a couple months ago, well it turns out a reasonably old plug-in for GIMP (GNU Image Manipulation Program) named Resynthesizer seems to work just as great and because it is what it is, it’s free and open-source.
Installing on Ubuntu 9.10/10.04 install:
sudo apt-get install gimp-resynthesizer
or for the Source/Windows/Fedora Core 4 versions see the download section.
Once you have it installed, it’s simple to use really just select something on your image that shouldn’t be there and right click on the selection Filters -> Map -> Resynthesize.. and up should pop an options box, these settings are pretty standard and will get rid of most things given that they aren’t too big. It’s best if you’re not getting the results you want to play around with the settings yourself to get to know them better.
Click after the break for an example with step by step guide. Continue reading HowTo: Install & Use Resynthesizer for GIMP
To run a JAR file from the command line in ubuntu using the following command:
java -jar filename.jar
Otherwise it is also possible to enable double clicking to run jar files too by the following simple steps:
Find the .jar file in the File Browser (a.k.a Nautilus) Right click the .jar file > Properties […]
The file ‘/path/file.exe’ is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.
While re-installing Spotify on my Desktop I came across this error while trying to run the .exe through wine (shown above) and […]
Quite a few times I have encountered this problem, which I think is caused when the soundcard was recently used by another program and might still be busy but it means Spotify can’t play music, so a quick fix for this is to load winecfg and test your sound card which seems to force […]
At work I can’t afford to have my Ubuntu system update and possibly wipe out some important libraries I need, and I get pretty tired of closing the Update Manager every time it decides I need to update so here’s how to stop it:
System > Administration > Update Manager Open Settings (in the bottom left […]
The sound in Spotify was jumping or skipping much like a scratched disk would. After a little investigation I found a couple of ways to fix it with people saying one worked but the other didn’t for them. (Solution 2 worked for me).
Solution 1:
Open terminal and type:
winecfg
Click on the Audio […]
I recently installed Fedora 12 on my desktop alongside Ubuntu Karmic and Windows 7, however doing so I overwrite my grub which meant my Ubuntu system was hidden. To fix this is pretty simple..
Insert your Ubuntu Live CD Click “Try Ubuntu without any changes to your computer” Once loaded click Applications > Accessories […]
symbol lookup error: /usr/local/lib/libhighgui.so.4: undefined symbol: av_free_packet
To fix it simply make sure /usr/local/lib is in your library path by using the following command:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
Error: Dependency is not satisfiable: libstdc++5 This is a simple fix, just grab the libstdc++5 package for your architecture from here: http://packages.debian.org/stable/base/libstdc++5
UPDATE: There is a much easier way of installing player/stage in Ubuntu 9.10 as pointed out by Arkapravo in the comments, however this is the 2.0.4-3.3ubuntu3 where as of 21/May/2010 the latest version is 3.0.1 if this causes any issues with your needs. sudo apt-get install robot-player stage also check out: http://icrobotics.co.uk/wiki/index.php?title=Player/stage END UPDATE
[…]
|
About
Alex - Roboticist
Studied Robotics BSc and MSc by Research at UWE.
Currently working at BMT Group Ltd.
I like my software and OS, like I like my beer, free (in both senses of the term). I program in C/C++, Python, Bash on x86, x64, PIC, ARM, Dead Wildlife. Particular interest in Linux, Machine Vision, Android and Underwater, and posting is likely to follow these interests.
You're free to redistribute anything you find on here, unless it states otherwise, as long as you are not selling it for profit and you link back to my site. Cheers.
Disclaimer
Just to cover my ass. Any information on this site is for informational purposes only, I take no responsibility for the accuracy, reliability, bla, bla or bla to it. Any information you use, you are using at your own risk. I am in no way liable for any loss, damage of data, hardware or anything else in connection with the use of this website.
|