ios 刷新遮罩遮罩_在Adobe XD中进行遮罩的3种方法

ios 刷新遮罩遮罩

Are you new to Adobe XD? Or maybe you’re just stuck on how to create a simple mask? Here are 3 quick tips for how to mask your photos and designs in Adobe XD.

您是Adobe XD的新手吗? 或者,也许您只是停留在如何创建简单的蒙版上? 以下是有关如何在Adobe XD中遮罩照片和设计的3个快速提示。

1.使用形状遮罩 (1. Use shapes to mask)

One of the easiest ways to mask in Adobe XD is to use shapes. For example, let’s say I want this profile photo placed inside a circle.

在Adobe XD中进行蒙版的最简单方法之一就是使用形状。 例如,假设我要将这张个人资料照片放在一个圆圈内。

Masking in Adobe XD

Use the Ellipse tool, click and drag while using the Option key to create a perfect circle.

使用椭圆工具,在使用Option键创建完美圆的同时单击并拖动。

Image for post
Use the Ellipse tool to draw a circle
使用椭圆工具画一个圆

Select both the circle and the photo and use the keyboard shortcut Command + Shift + Mask to mask the photo within the shape.

选择圆圈和照片,然后使用键盘快捷键Command + Shift +遮罩在形状中遮盖照片。

Masking a photo in a circle in Adobe XD
Keyboard shortcut to mask: Command + Shift + Mask
遮罩的键盘快捷键:Command + Shift +遮罩

If you want to reposition or scale your photo within the frame, double-click into the group.

如果要在框架中重新定位照片或缩放照片,请双击该组。

Masking a photo in a circle in Adobe XD
Double-click to change scale or position
双击以更改比例或位置

拖放 (Drag and drop)

A similar technique is to draw the shape first then drag and drop the photo into the shape.

一种类似的技术是先绘制形状,然后将照片拖放到形状中。

For example, let’s say I want to have a background photo on my artboard. Use the Rectangle tool to draw a rectangle the same size as the artboard. Then simply drag and drop your image into the rectangle. And again, you can double-click if you want to rescale or reposition.

例如,假设我要在画板上有一张背景照片。 使用“矩形”工具绘制与画板相同大小的矩形。 然后,只需将您的图像拖放到矩形中即可。 再次,您可以双击是否要缩放或重新定位。

Image for post
Image for post
Drag and drop images into shapes
将图像拖放到形状中

2.使用钢笔工具 (2. Use the pen tool)

Another option is to use the pen tool in Adobe XD to draw any shape. This is the best option to create more complex masks for your photos.

另一个选择是使用Adobe XD中的钢笔工具绘制任何形状。 这是为照片创建更复杂的蒙版的最佳选择。

Using the pen tool in Adobe XD
Use the pen tool in Adobe XD to create more complex mask shapes
使用Adobe XD中的钢笔工具创建更复杂的蒙版形状

As with the first option, select both the shape and photo, use keyboard shortcut Command + Shift + M to mask.

与第一个选项一样,选择形状和照片,使用键盘快捷键Command + Shift + M进行遮罩。

Masking in Adobe XD
Keyboard shortcut to mask: Command + Shift + Mask
遮罩的键盘快捷键:Command + Shift +遮罩

3.在Photoshop中使用钢笔工具... (3. Use the pen tool… in Photoshop)

This last option is kind of a cheat. Sometimes I prefer to do custom masking in Photoshop as it’s easier and more accurate.

最后一个选择有点作弊。 有时我更喜欢在Photoshop中进行自定义遮罩,因为它更简单,更准确。

For this photo, I want the hand and the cup to cut out from the background. In Photoshop, I’ll use the Quick Selection tool and click on Select Subject. At the bottom of the Layers panel, click Add a Mask.

对于这张照片,我希望手和杯子从背景中切出。 在Photoshop中,我将使用“ 快速选择”工具,然后单击“ 选择主题” 。 在“ 图层”面板的底部,单击“ 添加蒙版”。

Image for post

Zoom in and make sure everything was selected. In this case, Photoshop missed a little bit of the lip of the cup, so I zoom in and use the Brush tool to paint the area back in.

放大并确保已选择所有内容。 在这种情况下,Photoshop会漏掉杯子的一些边缘,因此我放大并使用“画笔”工具将区域重新绘画。

Image for post
Image for post

Then go to Image > Trim > and choose the Transparent Pixels option. This will get rid of all transparent pixels and crop your image.

然后转到“图像”>“修剪”>,然后选择“ 透明像素”选项。 这将消除所有透明像素并裁剪图像。

Go to File > Save As > PNG.

转到文件>另存为> PNG。

Now I can drag and drop this image into my XD file. And because I used Photoshop to mask out the background, now I can add a color background to the landing page.

现在,我可以将该图像拖放到XD文件中。 并且由于我使用Photoshop掩盖了背景,因此现在可以将彩色背景添加到登录页面。

Image for post
Changing the artboard color
更改画板颜色

喜欢看教程吗? (Prefer to watch a tutorial?)

Watch this 2-minute tutorial video to see these 3 mask options in action.

观看此2分钟的教程视频,以了解这3个口罩选项的实际作用。

翻译自: https://uxdesign.cc/3-ways-to-mask-in-adobe-xd-81ff9cdf8b17

ios 刷新遮罩遮罩

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/274439.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

C#除法运算

C#中进行算术运算容易牵扯到类型的自动转换,这种自动转换称之为隐式转换,当然还可以人为的强制转换 隐式转换要求:不丢失精度,而且转换前后都为数值 强制转换:容易丢失可能会丢失精度 1 namespace 除法运算2 {3 cl…

Vite 4.0 正式发布!

源码共读我新出了:第40期 | vite 是如何解析用户配置的 .env 的链接:https://www.yuque.com/ruochuan12/notice/p40也可以点击文末阅读原文查看,欢迎学习记笔记~12 月 9 日,Vite 4.0 正式发布。下面就来看看 Vite 4.0 有哪些更新吧…

代码复审

我们CodingCook复审的是WWW的代码,他们的项目是时间管理助手(TimeLine)。只是跟根据自己的经验来看,不一定准 先说一下整体的感觉。WWW的代码用了应该是比较符合面向对象的思想,借口,封装随处可见&#xff…

图像标注技巧_保护互联网上图像的一个简单技巧

图像标注技巧补习 (TUTORIAL) Have you ever worried about sharing your images on the Internet? Anytime you upload something to the web you risk the chance of your work being used (without permission) by another.您是否曾经担心过要在Internet上共享图像&#xf…

【VueConf 2022】尤雨溪:Vue的进化历程

大家好,我是若川。我持续组织了近一年的源码共读活动,感兴趣的可以 点此扫码加我微信 lxchuan12 参与,每周大家一起学习200行左右的源码,共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。历史面试…

WCF netTcpBinding寄宿到IIS7

config配置文件不多说 <?xml version"1.0" encoding"utf-8" ?> <configuration><system.serviceModel><behaviors><serviceBehaviors><behavior name"myBehavior"><serviceMetadata/></behavior…

ar软件测试工具_如何为用户测试制作快速的AR原型

ar软件测试工具We had a project recently with an element of AR-based interaction, which it turned out was impossible to create as a prototype in either Invision or Framer (our current stack). This had a massive impact on our ability to test with users in a …

未来ui设计的发展趋势_2025年的未来UI趋势?

未来ui设计的发展趋势Humans are restless.人类是不安的。 Once we find something that works, we get used to it and we crave the next big thing. The next innovation. When will the future finally arrive? And when it does, how long will it take us to get used …

内存泄露检测 vld

VLD是一款开源检测内存泄露软件的简称&#xff1a;Visual Leak Detector 网站&#xff1a;http://vld.codeplex.com/ 使用&#xff1a; 1. 安装vld 或者 下载相关 .h&#xff0c;lib&#xff0c;dll 文件 2. 方法很简单&#xff0c;只要在包含入口函数的.cpp文件中包含vld.h就可…

Monorepo 在网易的工程改造实践

大家好&#xff0c;我是若川。我持续组织了近一年的源码共读活动&#xff0c;感兴趣的可以 点此扫码加我微信 lxchuan12 参与&#xff0c;每周大家一起学习200行左右的源码&#xff0c;共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。历史面试…

这一年,Vue.js 生态开源之旅带给我很大收获~

大家好&#xff0c;我是若川。我持续组织了近一年的源码共读活动&#xff0c;感兴趣的可以 点此扫码加我微信 lxchuan12 参与&#xff0c;每周大家一起学习200行左右的源码&#xff0c;共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。历史面试…

CSSyphus:烦躁不安的烦恼设计指南。

I’m trapped at home with my website. Or maybe it’s trapped at home with me. While some are using the weird lump of time provided by lockdown to indulge in baking, dancing, painting, singing, I’m using it to play around with code.我 被自己的网站困在家里。…

重构与臭豆腐4

重构要继续&#xff0c;臭豆腐要做。   这个重构中各种提取类&#xff0c;方法&#xff0c;字段&#xff0c;可以方便的理解&#xff0c;如果使用了设置模式就更加逻辑清晰了。切东西也要讲究刀法的。 重构可以方便的使用设计模式。设计模式为重构提供了目标。 比如多个if 可…

你构建的代码为什么这么大?如何优化~

大家好&#xff0c;我是若川。我持续组织了近一年的源码共读活动&#xff0c;感兴趣的可以 点此扫码加我微信 lxchuan12 参与&#xff0c;每周大家一起学习200行左右的源码&#xff0c;共同进步。同时极力推荐订阅我写的《学习源码整体架构系列》 包含20余篇源码文章。历史面试…

用户体验需求层次_需求和用户体验

用户体验需求层次Shortly after the start of 2020 I led the development of a new website, and it went live in August. A week before the deployment, I paused development and took a step back in order to write about the project. Taking that pause, that step ba…

VMwareWorkstation设置U盘启动(或U盘使用)

最近在工作中&#xff0c;经常要和LINUX部署打交道&#xff0c;一般在生产环境部署之前需要在自己的机器上进行测试。比如使用U盘安装操作系统等。 在机器上安装了VMware Workstation9.0&#xff0c;运行多个测试虚拟机。理由所当然的要使用此做一些操作系统部署&#xff0c;…

类从未使用_如果您从未依赖在线销售,如何优化您的网站

类从未使用初学者指南 (A beginner’s guide) If you own a small business with a store front, you might have never had to rely on online sales. Maybe you’re a small clothing store or a coffee shop. You just made that website so people could find you online, …

狼书三卷终大成,狼叔亲传Node神功【留言送书】

大家好&#xff0c;我是若川。之前送过N次书&#xff0c;可以点此查看回馈粉丝&#xff0c;现在又和博文视点合作再次争取了几本书&#xff0c;具体送书规则看文末。众所周知&#xff0c;我在参加掘金人气作者打榜活动&#xff08;可点击跳转&#xff09;&#xff0c;需要大家投…

entity framework5 sqlserver2005 事务(TransactionScope)报未启用MSDTC错误解决办法

详情请看&#xff1a;http://stackoverflow.com/questions/12809958/ef-how-do-i-call-savechanges-twice-inside-a-transaction using (var transaction new TransactionScope()) {// Do somethingdb.SaveChanges();// Do something elsedb.SaveChanges();tramsaction.Comple…

程序详细设计之代码编写规范_我在不编写任何代码的情况下建立了一个设计策划网站

程序详细设计之代码编写规范It’s been just over a month since MakeStuffUp.Info — my first solo project as an independent Creator; was released to the world. It was not a big project or complicated in any way, it’s not even unique, but I’m thrilled where …