Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘I’m Really Happy’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: I’m really happy

Project

Today Ale and I finally did some serious advance in the fina project. We did a lot of research and we were able to run one part of the project, modifying the image to black and white. Here are some of the webpages we used:

Basic command-lines:
http://www.imagemagick.org/script/command-line-tools.php
http://www.imagemagick.org/script/command-line-processing.php

Convert input image to b&w/grayscale: 
http://www.imagemagick.org/script/color.php
http://www.imagemagick.org/script/color-management.php
http://stackoverflow.com/questions/13317753/convert-rgb-to-grayscale-in-imagemagick-command-line 

And that’s pretty much it. We will try to finish the project by doing the “second part” about resizing the image tomorrow. In the meantime, you can check our code here.

P.S. Here is how it’s shown in Ubuntu:

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).