This is probably a very basic question. I have a situation where I just want to modify one side of an image when doing a conversion, and have the aspect ration maintain. So if I want to make the width to be 3000, I want the height to adjust accordingly to keep it's quality. From what I can tell, .resize() and .scale() require both values. Also, I know that using MagickReadSettings, I can specify one when reading the source image, but that does not seem to have an effect either. But I might be missing something.
↧