@Override public Resource<GifDrawable> transcode(Resource<GifData> toTranscode) { return new GifDrawableResource(toTranscode); }