Closed as duplicate of#2412
Closed as duplicate of#2412
Description
Description of bug / unexpected behavior
I have this code:
img = manim.ImageMobject("random_image.jpeg")
rect = manim.Rectangle(height=img.height, width=img.width)
img.move_to(rect)
img_with_frame = manim.Group(img, rect)
self.add(img_with_frame)
self.play(img_with_frame.animate.apply_matrix([[3/4, 0.5, 0], [1/3, 1, 0], [0, 0, 1]])) # random matrix
self.wait()
Image.mp4
how do I fix this?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 New