Jump to content
You must now use your email address to sign in [click for more info] ×

Search the Community

Showing results for tags 'affinity'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Affinity Support
    • News and Information
    • Frequently Asked Questions
    • Affinity Support & Questions
    • Feedback & Suggestions
  • Learn and Share
    • Tutorials (Serif and Customer Created Tutorials)
    • Share your work
    • Resources
  • Bug Reporting
    • V2 Bugs found on macOS
    • V2 Bugs found on Windows
    • V2 Bugs found on iPad
    • Reports of Bugs in Affinity Version 1 applications
  • Beta Software Forums
    • 2.3 New Features and Improvements
    • Other New Bugs and Issues in the Betas
    • Beta Software Program Members Area
    • [ARCHIVE] Reports from earlier Affinity betas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Member Title

  1. Affinity Photo version 1.9.2.1035 on Windows 10 : the devellop function crops NEF File . D4#5296.afphoto D4#5296.NEF
  2. Hi. I've been searching for so long an app to animate svg files or just simply animate vector grapics ( no need for built-in vector creation ) but i could not find anything but: Adobe animate and SVGator. I really like your products honestly ( even more than Adobe ones, to be honest ), so if you would come up with a brand new app to animate your designs I think it would make lots of money since there are few applications which do this thing. So, Have you ever thought of creating an application of this style?
  3. I’ve lost nearly a day of work trying to fix this issue, and am not ready to give up on it yet. I would really appreciate the help of some of the Affinity Gurus with this issue, as it is driving me crazy. I’m using the latest version of Affinity Designer on Mac. I’m working on a vector illustration of a shark. and I’ve attached a sample of the project I’m working on below, along with some screenshots. If you look at the gills, on one layer (gills erase), I’ve used an erase to punch through to the green. Then, I’ve duplicated that layer on top, change the erase to normal and used it as a container for a vector texture. Unfortunately, I cannot get rid of a hairline thin stroke around the border of the shape. Only it isn’t a stroke, as the stroke is deactivated. More of a border that maintains it’s size as you zoom in and out. I though this could just be affinity showing me the outline of the shape, but this unwanted out carries through to the export. You can see exactly the same effect between the layers ‘lower side’ and ‘upper side’. This line is the same size no matter how much you zoom in or out, and again, it carries over to the export. I’ve researched extensively on the forums, and found no fix so far. Some similar suggestions hinted at an issue with anti-aliasing, but I’m not sure that it the issue. Any help on this would be really appreciated. Affinity_Error.afdesign
  4. Hello, is there any way to link AD and Ap? So working in AD as the master composing document and get images from AP, without using copy and paste? Like Auto-update! Like in FinalCut and Motion? Or After-Effects and Illustrator Thanks Mischugo
  5. I am trying to upload some newly purchased Luts into my Affinity photo software but for the life of me I can not find the folder for the pre-existing luts with the program to add on to them. I've searched every folder relating to the program on my computer but there is nothing there that dictates the pre-existing luts so I can add more to them. I.e. presets. Let me know if I'm searching in all the wrong places or if affinity is just that unorganized with their files and felt like sending people on great journeys.
  6. D E L I N E A T E - A R A S T E R T 0 S V G C O N V E R T E R What is it? Delineate is a tool for converting bitmap raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It displays SVG results using Apache Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF, PCD, PSD, RAS. - Output format is SVG. Delineate is distributed under the GNU General Public License, see the in the ZIP-archive included LICENSE.txt file. For more information about Delineate, see http://delineate.sourceforge.net NOTE: that the old original Delineate 0.5 version might not run anymore nowadays with actual Java runtime environments. Thus you should use delineate-0.6.zip, which is my refactored, slightly enhanced and adapted over Delineate 0.6 version here (see also below under Installing for it's distribution archive). Also note that my port of Autotrace 0.40.0 for MacOS (autotrace-0.40.0-MacOS-vkyr.zip) is different and more clean than the version found on GitHub. My version is compiled against El Capitan (MacOS 10.11.6) with all library dependencies, which the GitHub version isn't, the later (the GitHub version) needs probably at least High Sierra (MacOS 10.13), or Mojave (MacOS 10.14) and uses GraphicsMagick instead of the original ImageMagick, which I used and compiled against. Installing Installing - GNU/Linux & Mac OS X 1) To run Delineate, you will need to install the following software: AutoTrace 0.31.1 or AutoTrace 0.40.0 (needs MacOS >= 10.13) or autotrace-0.40.0-MacOS-vkyr.zip (MacOS >= 10.11) NOTE: that the above MacOS AutoTrace 0.40.0 versions are just CLI apps (command line programs) inside an app wrapper (AutoTrace.app) thus you can't start those as common OSX apps via double clicking. - You need always to access and run the autotrace CLI binary inside the app wrapper: --> ...autotrace.app/Contents/MacOS/autotrace I suggest a user best makes a symbolic link from the binary inside the app wrapper to the Desktop or /usr/local/bin etc., thus like ... --> ln -s /Users/<your-username>/Applications/autotrace.app/Contents/MacOS/autotrace /Users/<your-username>/Desktop ... or ... --> ln -s /Users/<your-username>/Applications/autotrace.app/Contents/MacOS/autotrace /usr/local/bin ... so that you can point from inside of Delineate to the needed autotrace CLI binary then! potrace 1.16 Java J2SE 13 2) Set your JAVA_HOME variable to the location where you have Java installed. 3) Extract delineate-0.6.zip on to your machine. 4) To run: cd <install dir>/delineate chmod a+x delineate.sh ./delineate.sh ... or alternatively in a shell/terminal ... > cd <install dir>/delineate > java -jar delineate.jar 5) When you run a conversion for the first time, you'll be prompted to select the location of the autotrace or potrace application file. You must have these applications installed (see step 1). In the file chooser dialog window select the appropriate file: <autotrace install dir>/autotrace or <potrace install dir>/potrace Installing - Windows 1) To run Delineate, you will need to install the following software: AutoTrace 0.31.1 or AutoTrace 0.40.0 potrace 1.16 Java J2SE 13 2) Set your JAVA_HOME environment variable to the location where you have Java installed. In Windows you can add this environment variable by going to: Start -> Settings -> Control Panel -> System -> Advanced -> Environment Variables Click the New button: - enter the variable name as JAVA_HOME, and - enter the variable value as the location where Java is installed, for example: C:\Program Files\J2SDK_13 3) Extract delineate-0.6.zip on to your machine 4) To run: Go to the directory: <install dir>\delineate double click on or run the file: delineate.bat ... or alternatively in a Powershell ... > cd <install dir>\delineate > java -jar delineate.jar 5) When you run a conversion for the first time, you'll be prompted to select the location of the autotrace or potrace application files. You must have these applications installed (see step 1). In the file chooser dialog window select the appropriate file: <autotrace install dir>\autotrace.exe or <potrace install dir>\potrace.exe Quick Delineate usage overview: When Delineate starts it's main window should appear, where you first can on top select and switch which tracing tool, the Autotrace or Potrace tracer, to use for vectorization ... (1) The input file setting area (2) The output file setting area (3) The trace option settings area (there are always slightly more descriptive tooltip popup help strings shown when you hover over certain areas with the mouse) (4) The run button, which when first time used will ask after where to find the path to the autotrace or potrace binary, which it needs to use ... (5)+(6) The traced SVG result preview areas, the top area shows the actual trace result, the bottom area the previous traced result ... There is a right click popup menu with command entries (which also show the keyboard shortcuts) you can use on both SVG preview areas ... ... in order to zoom in/out and scroll around the view. Further you can inspect the generated SVG code (via View source) in an text view popup window ... ... where you can select all (the keyboard shortcut is Cmd-/Ctrl-A) SVG code, or SVG code portions and copy (the keyboard shortcut is Cmd-/Ctrl-C) these to the system clipboard. Some common usage screenshots: Final words I hope this raster to SVG converter GUI tool is useful for the one or other Affinity community member here then, regards v_kyr!
  7. Hi all, I would like to give my opinion on how I see the market. So considering Adobe does not have interest in the Linux market, you guys could at least take the opportunity and make a version of Affinity Photo for Linux, which would be a really nice alternative to Photoshop. I've tested and looked at a few Photoshop for Linux (mainly open source ones), but unfortunately none of them really stand that well. I've been using Photoshop since 2007 while I was in college, and I still use it at work, so it is really challenge to find out one to use at home that functionality wise, shortcuts, and everything fits to my pace. Best regards, Antonio Neto.
  8. Recently I had to open an Adobe account for work reasons. The biggest thing I noticed while making the move is how much thought has went into the UI of Affinity products. Simple tasks are a lot easier in Affinity and overall it's a nicer platform to work in. Affinity does lack in features, especially Vector warping, distorting, etc. Overall Affinity continues to impress and I think it wont be long until they catch up. In terms of working experience, Affinity is already ahead.
  9. An oddly specific bug I just discovered in Photo - unsure of whether this shows up in Designer too. While sketching out an ornate frame design, I used the symmetry tool with a brush, and everything proceeded as usual. I then used Shift to create a straight line and noticed that the stroke automatically coloured certain parts red - screenshot attached. I tried a few different brushes and ended up with the same result (as you can see), but only when using my tablet pen/stylus - this didn't happen when clicking with the mouse and holding Shift. The layers I worked on didn't have any FX applied, and red was not a colour I had selected (my foreground and background colours were black and white). I've done a quick screen recording for reference: https://youtu.be/blPZMQsAhNQ It's not embedded as a glitch into the document/file though, as I can easily use a "Colour Overlay" effect to change it back to black.
  10. There was meant to be a new feature in 1.9 where you can hold CMD to rotate the canvas with the scroll wheel - I noticed it as an option in the "Tools" preferences too. For some reason this feature doesn't work for me at all. Am I doing something wrong, or is this a bug? I'm using a Logitech MX Master 3 mouse on an iMac.
  11. Not a biggie, but a slight annoyance. My Freehand Selection Tool cursor icon keeps getting stuck on either the "View Tool" or "Move Tool" icons. Sometimes it starts with the usual Freehand Slection icon, but if I switch between tools the icon doesn't change back. I can still make selections as usual, but since the View Tool icon (hand) is quite bulky it can be quite tricky to make accurate selections as I can't see exactly which point the cursor is selecting from. Photo attached for reference.
  12. hi, I have a question - do not you plan to enter Affinity on Android devices? - today devices with this system are able to support the software often have better solutions than those in Apple - an example may be Note series from Samsung, these phones and tablets have a great hardware specification as well as have an excellent S-pean
  13. 'Export' from Photo - png and gifs are fine, but jpgs only want to 'save as' affinity files. Same problem with Designer.
  14. Can I own Affinity on my windows PC and Mac without having to buy the software on each device? I work on my PC at home and on my Mac when im on the go? Is there anything I can do without having to buy the program(s) twice? Will greatly appreciate any response. Thank you!
  15. The new timelapse feature is something I've been patiently waiting for, and am incredibly excited to start using with the official release of 1.9! After experimenting a bit with the beta, I've noticed some potential serious pitfalls for the way that the feature is currently intended to be implemented, and I have a few suggestions on how to improve on this. Firstly, the reasons why this feature may be limiting is as follows: You would need to make sure that you don't forget to toggle "Save History with Document" otherwise your entire process timelapse (hours worth of work) would be gone - I've done this a few times already. You're limited to your history states, and some projects (particularly illustration type projects) involve thousands of brush strokes and adjustments which would make it near impossible to ensure that your computer can save that many history states without getting really bogged down. That means you will need to cap your undo limit and subsequently override old history states meaning a chunk of your timelapse would likely be lost. Savings those history states will also create incredibly large file sizes, which is very impractical for anyone looking to use this feature. My ideas. In the old days (before Procreate along with its timelapse feature was born) there was a little app/widget called Schnapps for Mac - http://schnappsformac.com While the website is still up, I'm sure this app is no longer functioning or being updated in 2021, but it basically saved a snapshot of your canvas every time you saved your document. It had no direct impact on your document or file size, and had no relation to your history states or undo limit (which can be quite volatile if you aren't careful/mindful at all times). Upon export you could choose your desired video format (or looping gif) and also the playback rate. My proposal. Would it not be better for Affinity to use a similar approach? Instead of using the "Save History with Document" option, you can include a "Record Timelapse" option under the "File" menu, which can be on by default to avoid any accidental loss - or include it in the "New Document" dialog when creating a new document. Every time you save a document, the app can save a 1080px (1080px in height, and the width can be dictated by the canvas aspect ratio) snapshot in a folder within the app's program files which can then be recalled and assembled by the app when you select "Export Timelapse". That way the user won't ever see the snapshots or have to deal with big file sizes with limited history states as the timelapse files would be stored elsewhere on their computer. If, in the future, Affinity ever changed the way that the files are created, the timelapse files would remain completely unaffected since they would be existing snapshots, not past history states. Timelapses move pretty fast, so there's no reason to include every single step of the process in the playback, so in the long run every save-state would probably be a better option that ever history-state - either that or saving a snapshot, say, every 10 history states or so. Schnapps was a very simple and lightweight app, but it was incredibly effective at doing what it was designed to do. The only examples could find that I did with Schnapps (back while I was still a student) were these short videos - I did a little bit of post editing with them to add transitions and video elements, but the timelapses show the process: https://vimeo.com/111345964 and https://vimeo.com/107825113 I completely understand that the Affinity team has done a lot of work with the timelapse feature already, but I can assure you that nipping these potential future issues in the bud before it's actually released would make it a lot easier than accepting the limitations now and getting stuck them in the future after the feature is officially released. A lot of creative apps (Procreate, Sketchbook Pro, ArtStudio Pro, Clip Studio Paint, etc) now have timelapse features and have perfected them already, and it's become a highly sought after feature for the 'modern creative' so there's quite a bit of pressure to get it running smoothly and properly. Just my two cents, and thanks for making it through the super long post!
  16. The Official Serif Affinity workbooks were advertised in a recent email. Buy the book at discount and get free t-shirt. I already had purchased the Designer workbook and thought it was a great way to learn. I took up the offer from Serif and bought the Photo workbook. I was expecting the sale to be getting rid of the old books on hand. If it was different it wouldn't be that much different. Amazingly enough, I didn't realize it was updated for 1.7. Is the Designer book updated for 1.7? Is there going to be a Publisher book soon?
  17. Who doesn't know the Gardians of the Galaxy and one of their coolest protagonist, so here are some reusable Groot vector assets to share. groot_assets.afassets License: Free for personal use only, not meant for commercial reuse !!!
  18. https://www.bodobe.de/strichzeichnung/
  19. I'm working in affinity for last 6 months now and I despise Illustrator. I can't stop talking about how anti-intuitive is Illustrator. But they have an undoubtedly nice feature called package. It saves the raw file, the fonts involved and other things plus a report in a folder. Can we do the same in Affinity somehow? That report document is very important when we work for clients or with other designers to know what kind of colour space and font and etc etc was used on the specific project.
  20. I can't even begin to explain how useful an Affinity alternative to the Quickshape (Procreate) or Snapline (Adobe) feature would be. 😊 The ability to draw a pixel line, circle, or rectangle by hand, and then hold the stylus/mouse down for a second for it to become a 'perfect' shape. It would be a total game changer and save so much time, especially for anyone using Affinity apps for illustration or digital artwork.
  21. Please how can I merge and blend two pictures in Affinity photo for iPad. Thank you.
  22. I must bring many of my former Adobe files (Illustrator and InDesign) into AffDesigner and AffPUblisher after saving them in Adobe in the necessary Adobe format. They import, but of course the programming approach to layers being so different means that I must recreate these layers in Affinity. Sometimes a layer will come over, as well as the objects or texts in that layer. Most of the time, however, each individual parts of a graphic appear as a multitude of separate object in Affinity. One big problem is that entire paragraphs of text come over a separate lines (multi-lines). I understand why that it is in the transfer process, but I also wonder if Affinity has anyway to bring them into a single paragraph, short of copy/paste. I imagine that Adobe exports objects as a PDF, as SVGs or in the case of text on a path properly oriented but as individual outlined letters. Given what must be great challenges of going from Adobe to Affinity, I am happy for what I do get even though the reorganization task is tedious, but I also wonder if anyone has found ways to make the cumbersome Adobe format come more faithfully into Affinity (where thankfully it is much easier to work with!). In the past I have found that transferring each of my muiiltitute of layers and sub-layers separately sometimes worked, but recently it has not. Is this a new Adobe sabotage or perhaps dependent up many factors not visible to the user? I don't expect any magic solution, but any help would be much appreciated. PS: Yes, I could copy each text box in the InDesign doc, paste it into APub and reformat it, but that is very time consuming if a more effective way exists.
  23. Does anyone Know if Affinity Designer and Affinity Photo support the use in the Veikk A30 Pen Tablet? Really need to know im thinking about buying it and im really need to Know if i will be able to use it Thank a lot
  24. Ever since the latest update I've been experiencing a notable increase in strange, brief, intermittent glitches on my iMac monitor when quitting Affinity apps. I don't experience it much when working in the apps (sometimes when merging layers), but it's definitely most notable a few seconds after I quit the apps. It seems somehow worsened when I have a browser window open (Google Chrome, Safari, or Brave). I've also experienced some screen flickers in-app when developing RAW images in Photo, especially any format other than DNG (such as the Nikon NEF format), or when working with larger files. I'm running a dual monitor setup (iMac and a graphics drawing tablet as my second monitor), and the latest version of MacOS (Mojave Version 10.14.6). It's difficult to explain, but it looks similar to glitches experiencing with failing graphics cards, but they only flash/flicker once and then disappear until I quit the apps again, where a failed graphics card would show a permanent glitched display. I initially thought this was a graphics card issue on my side (I've dealt with that before), but after some research I found that this is a known issue between certain apps and the newer MacOS. Here's an article stating that this is is well an issue that is fairly widespread, and can be caused when running certain apps: https://pdf.wondershare.com/macos-10-14/fix-screen-flickers-on-macos-10-14.html I've tried all the steps mentioned to help eliminate the flickering (SMC reset, NVRam reset, booted in Safe Mode, and even ran First Aid on my hard drive to try and iron out any possible system bugs). I have no idea what's causing this, but it's a bit worrying. I'm scared that I'm maxing out my graphics card, or somehow putting too much strain on it when quitting the apps or something. I've even set my Display to "GPU (Basic)", the Retina Rendering to "Low Quality", and disabled "Metal Compute Acceleration" in the Affinity preferences, but it doesn't seem to be helping. I've posted in Affinity groups on Facebook and have received confirmation from a few other users/people that they are also experiencing this when using Affinity. I just want to raise awareness of this issue by posting on here, and hopefully push for a possible fix.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.