Ok, thank you! I will try to use again .

2014-12-02 13:08 GMT-03:00 Andrei <[email protected]>:

> @Phelipe: yes, but as Tim noticed earlier, you need to get latest dev
> version and use qualified name to import it:
>
> julia> Pkg.checkout("Images")
> ...
> julia> using Images
>
> julia> methods(Images.imresize!)
> # 1 method for generic function "imresize!":
> imresize!(resized,original) at
> /home/slipslop/.julia/v0.3/Images/src/algorithms.jl:1018
>
> julia> methods(Images.imresize)
> # 1 method for generic function "imresize":
> imresize(original,new_size) at
> /home/slipslop/.julia/v0.3/Images/src/algorithms.jl:1039
>
>
>
> On Tue, Dec 2, 2014 at 6:11 PM, Phelipe Wesley <
> [email protected]> wrote:
>
>> This function is implemented in package Images ?
>>
>>
>

Reply via email to