10.3: An Array of Images - Processing Tutorial

  Рет қаралды 204,491

The Coding Train

The Coding Train

Күн бұрын

Пікірлер: 88
@julias9041
@julias9041 Жыл бұрын
This was amazing thank you! Used this to display multiple background layers (one opaque, one partially translucent) on top of each other at once via PImage
@paladin1147
@paladin1147 5 жыл бұрын
You nailed this one, I thought I wouldn't get it but you always find a way!
@adobotravels
@adobotravels 5 жыл бұрын
I know nothing about coding but this was cool to comprehend! haha
@Anyways-bi6nq
@Anyways-bi6nq 4 жыл бұрын
this lesson was hard for me that i am repeating it but the other lesson are easy thanks man
@jmarticast
@jmarticast 9 жыл бұрын
Hi, have you uploaded the code examples? they are so interesting. Thanks for the tutorials
@sabahelhadid3293
@sabahelhadid3293 2 жыл бұрын
Hi, thanks for that. What if I want them to move closer to the viewer as if it's coming out of the frame, and the closer it gets the bigger it gets due to the perspective?
@diogomontesso6970
@diogomontesso6970 4 жыл бұрын
Did you ever link the code to the little stick figure animation?
@annasavery1823
@annasavery1823 8 ай бұрын
Thanks so much! Is there a link to the stick figure animation code?
@halofighter229
@halofighter229 6 жыл бұрын
is there any examples on doing phot slideshow animation?
@chinmayv.deshpande9885
@chinmayv.deshpande9885 2 жыл бұрын
I do not understand, how to load image in an array? Can you explain in step by step process slowly?
@abcfuture5779
@abcfuture5779 3 жыл бұрын
so cool, you know how to show site's favicon with with only the link
@sergeki4963
@sergeki4963 7 жыл бұрын
if i have to use 120 images as frames, do i need to add them 1 by 1 to the scetch???
@coderrishav
@coderrishav 4 жыл бұрын
Amazing video
@marissatannebaum8094
@marissatannebaum8094 4 жыл бұрын
How can I get the images to repeatedly move onto the screen until my timer runs out?
@ankita-mishikar116
@ankita-mishikar116 3 жыл бұрын
I tried the exact class bubble code that Daniel. I have tried so many times, it shows error. Is there a problem with my processing ? Because I used the exact same code. I use 3.5 4 version.
@adameddy4180
@adameddy4180 3 жыл бұрын
Help! I want to load a large number of images (1000) but I get out of memory errors. How do you work around this?
@priyam7850
@priyam7850 5 жыл бұрын
Hi... I need to know how to convert a jpeg image into 10*10 matrix in Android... Kindly help me.... Thanks
@shivPrakashPal108
@shivPrakashPal108 3 жыл бұрын
Can a 10th class student learning java basics can make software ??
@robertomantasnakhai5373
@robertomantasnakhai5373 5 жыл бұрын
Hello, where is the code example for the stickman?
@appukumar1908
@appukumar1908 7 жыл бұрын
sir i store body into array.if there are five different ball with number code is 1,2,3,4,5. i would like to search object from from array if i want to like search number 2 object then it search form array then remove that object from the array.if there are three 2 number then remove three body from array. my question is how can i search and remove multiple object at the same time. thanx
@nabih5805
@nabih5805 3 жыл бұрын
gracias papá sos un capo
@shloktayal3501
@shloktayal3501 26 күн бұрын
1.add link of source code for slideshow of cat 2.add link of source code for stick man running animation 3.add link of other examples using images in an array
@stevenlee1726
@stevenlee1726 7 жыл бұрын
Hello! 0 value is black in image. 255 value is white in image. What about negative value? Like -1, -2 , -3 in image. What is the colour or what the negative values represent? Urgent. Thanks
7 жыл бұрын
You get an error, it does not represent anything ;)
3 жыл бұрын
When I watch this guy I forget about the learning and I just focus on his energy hahahaahahahahah
@charlottetrautmann
@charlottetrautmann 5 жыл бұрын
How would it look like if you let the img = ____; in the object? because I can't load my image in my class. Anyone who can help me?
@gamedevnow7551
@gamedevnow7551 7 жыл бұрын
Great tut dude!
@faisalzaman8634
@faisalzaman8634 6 жыл бұрын
bro i need a code /lecture that we should read an image of .pgm type and insert that picture in 2d array and print it in another file
@sedaproduction2087
@sedaproduction2087 5 жыл бұрын
where did he get his images? I dont know how to import my images
@abubakarwahid7812
@abubakarwahid7812 5 жыл бұрын
how to zoom image which are save in array plz sir make the video on it knx
@mika2597
@mika2597 Ай бұрын
What's coding is it, i think python but i don't know?
@shloktayal3501
@shloktayal3501 26 күн бұрын
He is using a library called processing, which is a java based library
@angrygirl893
@angrygirl893 7 жыл бұрын
sir....i want to make image url array...instead of putting images in drawable forlder..plz help me..
@ruby_wired
@ruby_wired 5 жыл бұрын
What if you have more than 10 images? eg: the third image becomes "flower_02.jpg". Do you have to format the integer into a string with the correct number of digits (ie: leading zeroes) or is there a more elegant way?
@ruby_wired
@ruby_wired 5 жыл бұрын
String.format("%03d", i) After some judicious Googling, the above works well enough for my intentions. It returns "i" formatted with enough leading zeroes to make the string 3 digits long. Change the "3" to another number to have more or fewer digits, "i" is the variable to be converted. This can be used as a whole argument in place of where Dan just uses "i" or can be saved to a variable and called upon later.
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
You can also use Processing's nf() function. processing.org/reference/nf_.html
@nicolafedericoonnis8387
@nicolafedericoonnis8387 8 жыл бұрын
Hi Daniel! I cant solve a really simple processing problem. Could you help me?
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
you can ask at forum.processing.org (link from here if you want) or join my slack via www.patreon.com/codingrainbow?ty=h for more support.
@msvague1292
@msvague1292 7 жыл бұрын
Nice Breeders t-shirt!
@TheCodingTrain
@TheCodingTrain 7 жыл бұрын
Hah, thanks for noticing!
@abepoultridge9079
@abepoultridge9079 7 жыл бұрын
Anyone have any luck finding the stickman example???????
@BadWolfSchizo
@BadWolfSchizo 6 жыл бұрын
I know you asked this a long time ago, but this tutorial might help you : processing.org/examples/sequential.html
@TorreFilms.audiov
@TorreFilms.audiov 2 жыл бұрын
Where are the examples? :(
@Missi0n141
@Missi0n141 9 жыл бұрын
Daniel, i can't seem to locate this code in your Github...? it would be really helpful. Im getting constructor errors
@TheCodingTrain
@TheCodingTrain 9 жыл бұрын
+Missi0n141 i think this is it, sorry for the delay! github.com/shiffman/Video-Lesson-Materials/tree/master/code_processing/sketch_15_2_array_images
@airigfx
@airigfx 5 жыл бұрын
Too hard to understand since you are using your previous example instead of just the dog one :/
@philipruiz5411
@philipruiz5411 3 жыл бұрын
In this code where is the speed I’m confused
@disdis6127
@disdis6127 3 жыл бұрын
It's frames per seconds
@adefemie.kolawole9336
@adefemie.kolawole9336 6 жыл бұрын
Sir, thanks for this . I have an issue with my game. I need to increase score when image is clicked. What i have so far is to use mousePressed() and the coordinate of the image but that is not efficient . The score increses as long as those are true. I need to find a method that says if the image is clicked at exactly the same time these other methods are true, then increase score. Otherwise, score remains what is currently is. Please help asap.
@moritzheinzel815
@moritzheinzel815 5 жыл бұрын
maybe put that (if image clicked: score +1) - method into another if-method, so that is says: if (other methods are true){ if (image is clicked){ score = score +1 } } i know it is a little late.
@lociusrealsh6930
@lociusrealsh6930 7 жыл бұрын
Could you link the stickmen example please :):):) !!!
@Vlad19th
@Vlad19th Жыл бұрын
How to clone image object into a pn array slots, like 30 times
@arjunraj6409
@arjunraj6409 5 жыл бұрын
hey , can somebody pls provide with the code for that random flowers.
@numberoneBORON
@numberoneBORON 6 жыл бұрын
Where is the photo slide show video?
@namanagarwal7003
@namanagarwal7003 7 жыл бұрын
can u help me with the code of the stick animation in this video.
@36degreesMars
@36degreesMars 3 жыл бұрын
I keep getting the same errors: The file "flower0.jpg" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable. The file "flower1.jpg" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable. The file "flower2.jpg" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable. NullPointerException Could not run the sketch (Target VM failed to initialize). For more information, read revisions.txt and Help ? Troubleshooting.
@sreeshakv5405
@sreeshakv5405 2 жыл бұрын
Please send link of bubbles code...
@mohammedsharukh3809
@mohammedsharukh3809 8 жыл бұрын
I cant find it on github :(
@britelin265
@britelin265 4 жыл бұрын
Where did you link it?
@nihilatak
@nihilatak 6 жыл бұрын
Helooo, for a project i need to learn that random animals image code dude, how did you do that? i read a begginer book but i couldt randomly framed pictures in the file, help meeee =)
@moritzheinzel815
@moritzheinzel815 5 жыл бұрын
i think he said its on the processing.org website under examples.
@androidheart5664
@androidheart5664 4 жыл бұрын
thank you man I like you
@lakemartin4959
@lakemartin4959 7 жыл бұрын
jump around to much with to much personal animation... to hard to follow
@adammbader2903
@adammbader2903 8 жыл бұрын
Evening Daniel, how do you create the animated stick men?
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Adam Bader I didn't make those! They came from an open source animation site.
@ctheart8833
@ctheart8833 7 жыл бұрын
Hello, can you name some open source animation site. : )
@genericuser1546
@genericuser1546 7 жыл бұрын
ik it's been over a year but if you still want to play around with it, "Stykz" is an animation software used for animating stick men...
@txrbotnt8121
@txrbotnt8121 9 ай бұрын
How to do this for arraylist
@presida3927
@presida3927 5 жыл бұрын
How to get that stickman?
@amirouchedz3896
@amirouchedz3896 8 жыл бұрын
Nice!
@lee_sung_studio
@lee_sung_studio 2 жыл бұрын
8:00
@kathalilu
@kathalilu 3 жыл бұрын
Is there anyone like u who can teach SuperCollider?
@heckdog7356
@heckdog7356 4 жыл бұрын
Did anyone get null pointer exception for ascend?
@sylvansheen8598
@sylvansheen8598 3 жыл бұрын
hey there I have the same problem. Have you solved this?
@faisalzaman8634
@faisalzaman8634 6 жыл бұрын
kindly help me out on this
@youmah25
@youmah25 8 жыл бұрын
as always no dislikes
@mariammariamy1975
@mariammariamy1975 5 жыл бұрын
Hahaha 17 dislikes
@MixedBean
@MixedBean 7 жыл бұрын
this is super confusing.
@2muchofyou
@2muchofyou 3 жыл бұрын
this is so fkn hard
@anilbishnoi6330
@anilbishnoi6330 4 жыл бұрын
binod
@Neusor
@Neusor 4 жыл бұрын
Very useless, thanks.
@Neusor
@Neusor 4 жыл бұрын
No problem.
@shivPrakashPal108
@shivPrakashPal108 3 жыл бұрын
Can a 10th class student learning java basics can make software ??
10.4: Pixels! (The Pixels Array) - Processing Tutorial
21:25
The Coding Train
Рет қаралды 121 М.
Coding Challenge 166: ASCII Text Images
22:42
The Coding Train
Рет қаралды 1,1 МЛН
Каха и лужа  #непосредственнокаха
00:15
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
How on Earth does ^.?$|^(..+?)\1+$ produce primes?
18:37
Stand-up Maths
Рет қаралды 340 М.
How I animate 3Blue1Brown | A Manim demo with Ben Sparks
53:41
3Blue1Brown
Рет қаралды 932 М.
10.5: Image Processing with Pixels - Processing Tutorial
16:09
The Coding Train
Рет қаралды 251 М.
The Boundary of Computation
12:59
Mutual Information
Рет қаралды 1 МЛН
Just enough assembly to blow your mind
29:31
Kay Lack
Рет қаралды 123 М.
10.1: Intro to Images - Processing Tutorial
13:23
The Coding Train
Рет қаралды 232 М.
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,8 МЛН
Coding Challenge 180: Falling Sand
23:00
The Coding Train
Рет қаралды 1 МЛН
Math News: The Bunkbed conjecture was just debunked!!!!!!!
14:59
Dr. Trefor Bazett
Рет қаралды 260 М.
Harder Drive: Hard drives we didn't want or need
36:47
suckerpinch
Рет қаралды 1,7 МЛН
Каха и лужа  #непосредственнокаха
00:15