# problemas al utilizar Imagenes en Julia

**URL:** https://discourse.julialang.org/t/problemas-al-utilizar-imagenes-en-julia/21407
**Category:** New to Julia
**Created:** [March 3, 2019, 12:11am UTC](https://discourse.julialang.org/t/problemas-al-utilizar-imagenes-en-julia/21407 "2019-03-03T00:11:13Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![dpsanders](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dpsanders/32/3573_2.png) [@dpsanders](https://discourse.julialang.org/u/dpsanders)
#### Post date: [March 3, 2019, 12:23am UTC](https://discourse.julialang.org/t/problemas-al-utilizar-imagenes-en-julia/21407/3 "2019-03-03T00:23:23Z")

</div>

I think you need `using Images` as well.

Please read

> [@PSA: how to quote code with backticks](https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530):
>
> This is a short post on how to use backticks (` and ```) to quote code, so it is easy to read. This post can be linked to new users who are confused by this feature. Why By quoting your code, you get a monospaced font (which preserves indentation) and syntax highlighting. This makes it easier to read your code and help you. Displayed code looks like this: function displayed\_code(x::Int, y::Int) if x \< y println("x is smaller") else println("or not") end end Inline…

(Efectivamente aquí suele haber posts sólo en inglés.  
Creo que necesitas `using Images` también.)

---

_[View the full topic](https://discourse.julialang.org/t/problemas-al-utilizar-imagenes-en-julia/21407)._
