Some New Digital Goodies

I edited some pictures from a little Halloween party I went to at my mom’s workplace, and I did an okay job. To me, they look kind of amateur, but I am in fact a novice with Photoshop Elements, which is what I’m now starting to use for all of my photo editing and digital photography work. I really like the results for the Firebird photo, nothing was done to that one at all, and I took it on my cell phone. How awesome am I? Haha. Anyhow, more will be coming up on here, I’m sure of it. I’ve made a deal with myself to update daily at least once, even if it’s about a new concept I’d like to play with, or something I noticed that another artist is using that I might like to experiment with. Even if it’s news about new tools I’m utilizing in my artwork, I’d like to keep everyone posted about my work.

Peace out, I have to go help Steve with stuff right now.

Popularity: 18% [?]

  • Share/Bookmark

Related Posts:

  • no related posts were found

This entry was posted on Sunday, October 25th, 2009 at 3:30 PM and is filed under Website Updates. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “Some New Digital Goodies”

  1. Eric Lee Says:

    I finally decided to write a comment on your blog. I just wanted to say good job. I really enjoy reading your posts.

  2. Lindsey Gaggini Says:

    Well, thank you, that means a lot. I didn’t really know if anyone was reading this or if I was just typing to hear the click of my keyboard. Please go ahead and make it a point to give more feedback, and spread the word about this website if you’d like. I really would like to have more people looking in on this.

Leave a Reply

 

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);