Skip to content

Resize Images

resize images in action

HDRs are not supported yet

memsaver supports variety of image formats like png, jpg, or tiff, however, it does not currently support hdrs.

Resize Images operator scales down images bigger than the selected maximum size.

Parameters

Target images

Selects which images are affected by the operator, let's list them from the most to the least restrictive.

  • Selected Objects - images references from selected objects
  • Scene Objects - images referenced from all scene objects
  • All Objects - images referenced from any object
  • All Images - all images loaded to a current blend even if they are not used in any material

Maximum side size

Images with at least one side bigger than Maximum Side Size parameter are scaled down, in a way that their bigger side will be Maximum Side Size. Resizing operation keeps aspect ratio of the images.

Examples with Maximum Side Size parameter set to 1024
Original Size New Size Memory Saved
3000 x 1500 1024 x 512 88 %
2048 x 1024 1024 x 512 75 %
1024 x 1024 1024 x 1024 0 %
500 x 400 500 x 400 0 %

Maximum Side Size can either selected from a list of predefined powers of 2 or as a custom number.

resize_images_desired_size_dropdown

Back to top