Search the Community
Showing results for tags 'affinity'.
-
Here are my two attempts at the "Reflected Skyline" illustration project from the Affinity Designer Workbook. Hope you guys enjoy! Any feedback is much appreciated V1: V2:
- 8 replies
-
- affinity v1
- affinity v2
- (and 7 more)
-
Hello, Affinity Photo is awfully lagging and slow on my Macbook Pro. It wasn't awfully lagging and slow before. But now since I have updated to MacOS Sonoma version 14.0, it's lagging and slower than usual. What should I do to make it faster and not lag? Also, I have attached a photo so you can see my performance settings.
- 8 replies
-
- affinity photo
- affinity
-
(and 5 more)
Tagged with:
-
Here are two of my Badge (Label) Assets sets, these assets are plain (silhouettes) + vintage (grouped) vector curve(s) based badges/labels. The two sets do contain various forms of these. NOTE that the assets for the below shown vintage badge set don't include any preapplied text, it's below just shown this with text way in order to give you an idea how they could look with some used/applied text on them! The corresponding assets files: Badge_Assets.afassets - Have fun with these free to reuse badges!
-
I have bought the Universal license. Individually each program working so well but the connection between other Affinity products confused me comparing to other programs. so my question is if I am making a story book(which requires all 3 products) how to use all of affinity products efficiently? what is the suggested workflow in general? if there are videos for that I really appreciate it. to clarify, here are some questions: when do you jump between affinity designer to photo OR to pixel persona? how should I prepare my files for linked file workflow (instead of embedded) how to do a good project folder for all 3 products. AFP and AFD has pen tools but the usage is slightly different. Does AF products pushes me to use them in order ( do vector first then go to photo and paint for example) and so on... so I am open for any advice. please tell me how do you use AF products and what for? technical? painting? designing? because all of them should have different workflow.
-
This time I share here my Halloween Assets I + II set, these assets are mostly vector based silhouettes with a few exceptions. The two sets do contain various things in order to create some spooky Halloween graphics. The corresponding assets files: halloween1.afassets halloween2.afassets You can for example do things like these with those Halloween assets ... - Have fun at Halloween!
-
Hello Im a new user to affinity. i heard of this program from people. when i used photoshop. due to bad customer service and basically just scamming people. Because i had a perpetual licence but now it is not ''valid'' anymore. a licence where i paid hundreds of euros for. So im done with that company, adobe that is. Now i heard there was a competitor who is as i must rumors believe. way cheaper and have a better bussines model for consumers. it will probably mean i have the learn a new program but. i would not mind if i escaped form adobe. THE QUESTION: so i have first a 10 day trail. and the file that it downloaded is a dmg file. maybe a noob question. But what is a dmg file and how do i use it or open it. and install it. the file name is: Affinity+Photo+Trial.dmg so if somebody can help me with this. i would be happy. thanks in advance for your help :) with kind regards segert vorster
-
FREE Exceptional Amazing Fundamental or Basic of Logo Designing Tutorial Guide or Technique ebook PDF for beginners, university graphic course students or new designers, download it here: English Version: https://drive.google.com/file/d/13jBHhjkDK4Wr4fzCACb-YzdIutIrOZOX/view?usp=sharing Malay Version: https://drive.google.com/file/d/17NFjfaiP87VTww9KZqZKNbOHyWl_ajCS/view?usp=sharing And here is my Affynity Designer V1 Basic Tutorial Playlist in Malay language. Some simple technique including this video which uses a series of circles and pen tool to create a bird logo in Affinity Designer, quite similar as Virtual Segment Delete in Coreldraw. This video is in Malay Language. Note: If your shape contains a straight line, make it an L shape.
-
Long-press shortcuts are super useful in other apps such as Photoshop, really help to speed up workflows, and I thought it might be a great little addition to Affinity apps too. I'm sure you already know what I'm talking about, but just for clarity: When you use a tool in PS, and press and hold a shortcut for another tool, you can temporarily use that tool until you stop pressing the shortcut. For instance, if you're using the brush tool, you can press and hold "E" to temporarily use the eraser tool, which then automatically switches back to the brush tool as soon as you stop pressing "E".
-
I know how to create a raster based brush that can be used in the Vector Persona of Designer for the IPad Pro What I want to do is essentially make a brush out of a vector shape or set of strokes. Is there a way to take a set of individual strokes (see attached image) and make them into a new brush that scales and stretches as I draw? Like a typical vector brush found in Illustrator. I don’t want to have to convert this to a jpg, then slice it, then bring it back in as a New Textured Intensify Brush. Can I make a new custom Solid Brush? I just want a clean black shape exactly like the image attached as a brush. Is that possible? It can be done in .AI no problem. I realize this isn’t .Ai but I was hoping there is a way to do it. Thx. C’
-
Fans Need To Respect K-Pop Idols Privacy.ytn.afphotoHere is the source file. Hello, I'm Michelle. I'm having issues with Affinity Photo. So I'm having issues with Layer Effects. When I click; on Layer Effects(FX) panel and click on one of the effects, for example, 'Outline' and change the settings like 'Radius.' Blocks would show up around a cutout image of me. The same goes for the other Layer Effects as well. I have attached a screenshot; so you know what I mean.
- 19 replies
-
- affinity photo
- layer effects
-
(and 4 more)
Tagged with:
-
Hi Everybody, I've imported my custom brushes from Photoshop, but they lag a lot when using them in Affinity Photo. It takes a good 5-7 seconds before my mark appears, even just a single click. I'm not using a tablet, just a mouse. My brushes tend to be large (2000px), but nothing that PS couldn't handle. Any ideas? I thought about turning off the brush preview, but I need it to see where I'm laying down my marks. Thanks!
-
Here's the afthumbsGUI.py Python3 script which can be used to extract PNG thumbnail images out of Affinity files. This afthumbsGUI.py script is a slightly enhanced GUI version of my CLI based afthumbs.py script. In this GUI version one has to specify (open) a supported Affinity file (see below) and an output directory path, afterwards to press the "EXTRACT THUMB IMAGES!" button in order to extract any possible thumb images (PNGs) from the given Affinity file. When a thumb image is found and written out, it will be then displayed in a popup window, as a sort of visual indication of a written out thumb image. Here's a little screencast of how the GUI of afthumbsGUI.py looks like and how it is intended to be used ... afthumbsgui_video.mp4 In it's actual state afthumbsGUI.py can open and extract PNG thumb images out of Affinity Designer-/Photo-/Publisher- & Affinity Template files. The script is written in an OS crossplatform manner and thus should run under MacOS/Linux/Windows, as far as Python 3 environment is installed and available on the specific platform. This script doesn't use any third party Python modules and uses just what does already come along as default with a common Python 3 installment. afthumbsGUI.py can be started the common via Python way from a cmd shell/terminal ... MacOS/Linux: Windows: Alternatively afthumbsGUI.py can also be renamed and provided with execution rights, so it can be startet like a program/application on a certain OS ... MacOS/Linux: Windows: Here's the afthumbsGUI.py Python3 script for download: afthumbsGUI.py Have fun!
-
OS : Windows 10 Affinity photo version : 2 Source : Nikon Z9 NEF Raw uncompressed File size : 55 Mbytes Retouches : Filters Masque Flou, Clarté, Passe haut Calques : TSI Size of the Affinity file 500 MegaBytes ! Document applati : 250 Megabytes ! Export JPG : 11 Megabytes. How to obtain a file size acceptable ? Thank you.
-
Hi, In Sketch and Photoshop it's possible to make timeline animations. Are there any plans for Affinity? I'm talking about something like this: https://timeline.animaapp.com/ Regards, David
-
Hello. I would like to propose a feature that would allow the user to copy and paste raw adjustments to multuiple RAW files from develop persona. I believe currently this is not possible. This feature will make the applying adjustments much faster and easier for many kinds of workflow including timelapse. And additionally an option to export multiple selected RAW images at once. This two features will be a game changer for affinity as a whole. I believe this could be a great direction for the software. This could increase the interest of lot of people considering RAW editing is now considered a standard for most. I hope affinity will place this higher in the priority if possible. Thanks.
- 3 replies
-
- feature request
- affinity
-
(and 6 more)
Tagged with:
-
Here's a afthumbs.py Python3 script which can be used to extract PNG thumbnail images out of Affinity files. The afthumbs.py script can be called either by passing over a Affinity file as argument directly ... ... or in an interacting mode just like this ... If the script does find a PNG thumb image it will extract it and write it into a pngs/ directory! Here's the afthumbs.py Python3 script for download: afthumbs.py Have fun!
-
- affinity
- thumbnails
-
(and 3 more)
Tagged with:
-
Is there a way to convert a Pen Tool path you make into a selection. There is a selection from layer I can do, but I would like to just convert the path into a selection, without having to create extra layers.
-
Here's a little Xmas cutout assets & sample vector design for the Affinity forum community. Here are the assets & sample files: Xmas_cutout.afassets xmas_cutout_sample.afdesign You can of course customize these to your own individual needs. You will also find some other Xmas related assets to place onto your Xmas designs under some of my other resources contributions, see therefor: Retrospective of resources contributions Have a good time over Xmas!
-
In order to get ready and prepared for Xmas, I share this time one of my XMas card & envelope vector designs for the Affinity forum community. The Xmas envelope which already contains a mounted in Xmas card design looks like this ... The Xmas card design used looks like this ... You can of course customize these to your own individual needs. You will find a bunch of Xmas related assets to place onto Xmas cards and the envelope for example under some of my other resources contributions, see therefor: Retrospective of resources contributions Here are the Affinity Designer related files for download (which can also be (re)used in the other Affinity apps): xmas_envelope_card_merry_christmas.afdesign xmas_greeting_card.afdesign Have a good time over Xmas!
-
It would be great if the Affinity Suite had access to a thesaurus and a grammar checker included in all the apps. Just for final checks and proofreading. And maybe access to a story / article editor as well. Thanks for the very good software set at a reasonable price.
- 10 replies
-
- affinity
- grammar checker
-
(and 3 more)
Tagged with:
-
I bought Affinity Photo from Microsoft Store and now want to buy Affinity Designer. Should I buy this also from Microsoft Store or can I purchase from Affinity Store? I note, from reading this forum, that I cannot launch Affinity Photo from Lightroom because I bought from Microsoft Store. Is there any other issues I need to be aware of for Designer and where I purchase it from? thanks for any advice
-
Great software overall. Thank you for the amazing one-shot pricing. That said... Separated mode is a basic, and for a lot of people, essential feature. If I had known this was dropped from V2 it would have made me hesitate a long time before buying as quickly as I did. I'm kind of feeling like there should have been a conspicuous warning somewhere that it was not included in V2, nobody expects features to go backwards in new versions. Way back in the day, the fact that Mac could run Adobe with just floating toolbars, and no awkward "application window" around them, was a godsend for designers. Those of us who used Windows instead/as well had to contend with the primitive OS requirements of Microsoft which signalled clearly that Windows was not an ideal design/graphics environment. Removing the separated mode option is just stunning to me, and signals a return to an awkward, older sort of unpolished era in graphics software. Even tablets are moving towards floating app windows, and ultimately floating file windows. The ability to provide this will affect whether Affinity is seen as a clunky older software, or a forward-looking app that intends to compete in the future. Crossing my fingers in hope this huge shortcoming will be addressed in the next update. Seriously, this app window things is just really awkward and annoying, like something that's just always getting in your way as you try to work.
- 15 replies
-
- separated mode
- separated
-
(and 3 more)
Tagged with: