pamditherbw: edit page; atktopbm, pamenlarge, pbmreduce, pbmtext, pbmtextps, pbmtoatk, pbmtobbnbg; add pages (#12236)
* pamditherbw: edit page; atktopbm, pamenlarge, pbmreduce, pbmtext, pbmtextps, pbmtoatk, pbmtobbnbg; add pages
---------
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-02-12 10:40:11 +01:00
|
|
|
# pamenlarge
|
|
|
|
|
|
|
|
> Enlarge a PAM image by duplicating pixels.
|
|
|
|
> See also: `pbmreduce`, `pamditherbw`, `pbmpscale`.
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/pamenlarge.html>.
|
|
|
|
|
|
|
|
- Enlarge the specified image by the specified factor:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pamenlarge {{[-s|-scale]}} {{n}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|
pamditherbw: edit page; atktopbm, pamenlarge, pbmreduce, pbmtext, pbmtextps, pbmtoatk, pbmtobbnbg; add pages (#12236)
* pamditherbw: edit page; atktopbm, pamenlarge, pbmreduce, pbmtext, pbmtextps, pbmtoatk, pbmtobbnbg; add pages
---------
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-02-12 10:40:11 +01:00
|
|
|
|
|
|
|
- Enlarge the specified image by the specified factors horizontally and vertically:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pamenlarge {{[-x|-xscale]}} {{xn}} {{[-y|-yscale]}} {{yn}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|