Skip to content

Instantly share code, notes, and snippets.

@dohyunkim
Created March 12, 2026 07:54
Show Gist options
  • Select an option

  • Save dohyunkim/8cc5e7b2b75c749c1599752ecbbc3d14 to your computer and use it in GitHub Desktop.

Select an option

Save dohyunkim/8cc5e7b2b75c749c1599752ecbbc3d14 to your computer and use it in GitHub Desktop.
masking by color
\documentclass{article}
\begin{document}
\ExplSyntaxOn
\mode_leave_vertical:
\hbox_overlap_right:n
{
\color_select:n{red!50}
\rule{200pt}{250pt}
}
\hbox_set:Nn \l_tmpa_box
{
\graphics_include:nn {pdf-attr=/Mask[180~255]} {mill.png}
}
\box_resize_to_wd:Nn \l_tmpa_box {200pt}
\box_use_drop:N \l_tmpa_box
\ExplSyntaxOff
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment