For some projects I need to edit wavefiles and on my own computer I have more professional tools. However I am working a lot with virtual machines and also need to deploy tools to customers. For some reason Audacity couldn't start on an old Windows XP installation which felt a bit frustrating since it was the only tool I knew that would fit. However after a bit of searching online I found Wavosaur and tried it out. Wow! It has a small footprint, fast and easy to use and it has already taken it's place as the default wave editor that I will use. Try it out!
http://www.wavosaur.com/
I blog about different development stuff I do using various languages such as C#, PHP, Delphi/Object Pascal and a little bit about SQL and databases as well.
Friday, August 23, 2013
Thursday, July 11, 2013
Excel and functionnames
While working with the Swedish edition of Excel we are constantly punished by having translated functionnames that is quite pointless. Finding the right one is like a needle in the haystack since they are probably translated by a non-Swede or just of the dictionary or something. Anyway I needed a substring and the function is mid in Excel and after a bit of searching I found this resource: http://www.piuha.fi/excel-function-name-translation/index.php?page=svenska-english.html
It's just what I needed! I just wonder who thought up the "great" idea of translating functionnames! At least they could allow us to use the English version side by side. As a developer I can't see that would be too hard to implement... Anyway, back to work!
It's just what I needed! I just wonder who thought up the "great" idea of translating functionnames! At least they could allow us to use the English version side by side. As a developer I can't see that would be too hard to implement... Anyway, back to work!
Sunday, July 7, 2013
Paint.net and transparent background
I quite often have the need to remove a white background and make it transparent. I haven't really had time to dig into it but found a quite easy way using my favorite free image-tool (Paint.net).
Make sure you have Paint.net installed and then download the alpha mask plugin: http://forums.getpaint.net/index.php?/topic/1854-alpha-mask-import-plugin-20/
Then follow these simple steps (originally found on http://forums.getpaint.net/index.php?/topic/19110-white-background-removal-preserve-transparency-2-steps/ ):
Make sure you have Paint.net installed and then download the alpha mask plugin: http://forums.getpaint.net/index.php?/topic/1854-alpha-mask-import-plugin-20/
Then follow these simple steps (originally found on http://forums.getpaint.net/index.php?/topic/19110-white-background-removal-preserve-transparency-2-steps/ ):
- Open the image with a white background.
- CTRL+A to select All.
- CTRL+C to copy
- Open Effect menu and click Alpha mask
- Check the boxes Invert Mask, Mix Alpha and Paste from clipboard.
- Click OK
- The image should now be pasted into your image
- Save as new file or overwrite the old one.
Sweet! Thanks to the original authors.
Subscribe to:
Posts (Atom)