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
‘#FinalProject’ Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Tag Archives: #FinalProject

Final project

So, this week what I did was to correctly call the library and compilate and run a example program. I’ve been looking for that one function which takes the picture and converts it to a matrix, so then I can… Continue Reading →

Project week 2

This week we tried to test the ImageMagick library with a simple program that you can find here https://github.com/kenwbauer/TC101F15_Team22/commit/215a6c037b51a7467dc0ff2dced473dbeed6ce11 But we couldn’t make it work, we think that it is because we didn’t get correctly installed the library, so we will still working on this. This is what happens when we try to compile the […]

Second week for the Final Project

HI EVERYBODY! I JUST DO NOT HAVE IMAGES FOR THIS POST, AND AS YOU CAN SEE I AM WRITING USING JUST CAPITAL LETTERS. THAT IS BECAUSE I AM TRYING TO EXPRESS ALL THE STRESS I AM DEALING WITH. AND I KNOW YOU ARE IN THE SAME POSITION. THE FACT THAT THE SEMESTER IS ALMOST OVER […]

FINAL PROJECT 2

Welcome to our second advance of the final project, what we did was to look for some information in order to know how to use Image Magick! Here are the links we read: http://www.imagemagick.org/Magick++/ http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf http://www.imagemagick.org/api/Image.php http://www.imagemagick.org/script/command-line-options.php#resize http://php.net/manual/es/book.imagick.php After we did this, we started with our code, which can be seen here (We’re still working […]

Final Project – Week #1

Progress this week was sufficient… we could have done a bit more but installing the Magick++ library and its component is the first step to making sure everything runs smoothly in the end. We started by making sure we knew just what ImageMagick was, and the functionalities it will provide for the project. Then we … Continue reading Final Project – Week #1

Final Project, part 1…

Hi, we have already started to work in our final project (Antonio Emanuel and Humberto). First of all (obviously) we had to make a research of what the heck is Magick++ about. How to install it, how to use it and those things. ImageMagick works better in Linux, and is also a free application, so […]

Final project

In this week we have installed a library called ImageMagick++, this will help us to create our project that is a program that will let you edit an image. In this page you can find the program and how to install it, it is for any operative system. http://www.imagemagick.org/Magick++/ Team 22: Diana Gutiérrez de Velazco […]

New SUPER Image Processor!

IN PROGRESS… So this is the first of a series of post in which we (Miguel and I) will be explaining the process of developing an image processor from zero. In this post I want to explain our first approach to a library called Image Magick++. We look at this video from a guy who […]

Final Project 1

For this final project, I teamed up with Fernanda Flores because I love her (here’s the link of her blog: https://mferprogr.wordpress.com/) Our first step was to download Magick++ from this website: http://www.imagemagick.org/script/binary-releases.php#windows). In my case, I did it for Windows, but she has a Mac, so we’ll be working in two different operating systems. And our next […]

Final project

Hello, If you’re reading this, we haven’t done anything yet. Here’s our code: As I told you, there’s nothing here We´re still trying to install Magick++, therefore, we’ll write the code to process any image and edit it.

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).