# Combining image with smoke particle code

**URL:** https://discourse.processing.org/t/combining-image-with-smoke-particle-code/4579
**Category:** Coding Questions
**Created:** [October 17, 2018, 9:32pm UTC](https://discourse.processing.org/t/combining-image-with-smoke-particle-code/4579 "2018-10-17T21:32:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jbeck02](https://avatars.discourse-cdn.com/v4/letter/j/bc79bd/32.png) [@jbeck02](https://discourse.processing.org/u/jbeck02)
#### Post date: [October 17, 2018, 9:32pm UTC](https://discourse.processing.org/t/combining-image-with-smoke-particle-code/4579/1 "2018-10-17T21:32:21Z")

</div>

Hi everyone.

Newbie here. I am just trying to combine Dan’s smoke particle code with the image upload (from data folder) code. Have a picture of a friend camping and just want to addd some from the campfire:)

Please help if you can!

Thanks!

---

<div class="post-metadata">

### Author: ![Kevin](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kevin/32/2297_2.png) [@Kevin](https://discourse.processing.org/u/Kevin)
#### Post date: [October 17, 2018, 11:07pm UTC](https://discourse.processing.org/t/combining-image-with-smoke-particle-code/4579/2 "2018-10-17T23:07:25Z")

</div>

Which part of this is giving you trouble? Can you post what you have so far?

The best advice I can give you is to [break your problem down into smaller steps](https://happycoding.io/tutorials/how-to/program) and take those problems on one at a time.

For example, can you write a simple sketch that just shows the image? Now can you draw a single ellipse on top of the image? From there, can you make the ellipse move? Work your way forward in small steps like that.\

Good luck!

---

<div class="post-metadata">

### Author: ![jbeck02](https://avatars.discourse-cdn.com/v4/letter/j/bc79bd/32.png) [@jbeck02](https://discourse.processing.org/u/jbeck02)
#### Post date: [October 17, 2018, 11:39pm UTC](https://discourse.processing.org/t/combining-image-with-smoke-particle-code/4579/3 "2018-10-17T23:39:31Z")

</div>

oK

Here is my code. Still don’t know what the problem is ☹

Just trying to combine two basic examples.

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [October 25, 2018, 6:41pm UTC](https://discourse.processing.org/t/combining-image-with-smoke-particle-code/4579/4 "2018-10-25T18:41:18Z")

</div>

> [@jbeck02](#):
>
> Here is my code

You say that, but there is no code in your post…
