PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


tools:graphicsmagick:resize-image-no-interpolation

GraphicsMagick Resize No Interpolation

PMC Editing Wiki: Tools GraphicsMagick

2022-04-11T03:28:00Z

Good for ArmA 3 satellite masks or Farming Simulator weight / density images where you cannot have pixel smearing.

Imagemagick

convert source.png -interpolate Integer -filter point -resize 2048x2048 destination.png

Graphicsmagick

gm convert source.png -filter point -resize 2048x2048 destination.png
tools/graphicsmagick/resize-image-no-interpolation.txt · Last modified: 2022/04/11 03:30 by snakeman