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

Rashid

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Rashid reacted to Jorgen in Affinity products for Linux   
    Maybe they don't have the men power to make a linux port. If it's only the money, I'm sure the community will spend or donate enough money by Kickstarter or other platforms. I definitely will donate to have at least Affinity Photo on Linux. 
  2. Like
    Rashid reacted to toluschr in Running Affinity on Linux (Finally works)   
    (on Fedora 30, Affinity 1.6.5.135)
     
    Information
    I tried to run Affinity previously, but only got to the point of "VK_CHILD_WINDOW_RENDERING" not being implemented and after not using Affinity Photo for a long time to stay with Linux I got the following message on Discord:

    So I had to try it out and what can I say? It works flawlessly!
     
    Installation
    Download Affinity 1.6.5 from: "https://store.serif.com/de/update/windows/photo/1/"
    The following commands are required to install and use Affinity Photo (Run EVERYTHING in the same terminal instance).
    Open a terminal in the same folder, you downloaded Affinity into!
    # Download and extract the correct wine version curl -L https://lutris.nyc3.cdn.digitaloceanspaces.com/runners/wine/wine-lutris-vkchildwindow-4.12.1-x86_64.tar.xz > wine-lutris-vkchildwindow-4.12.1-x86_64.tar.xz tar xf wine-lutris-vkchildwindow-4.12.1-x86_64.tar.xz # Set the path to wine for winetricks to work correctly export WINE="$PWD/lutris-vkchildwindow-4.12.1-x86_64/bin/wine" # Remove the old wine prefix rm -rf ~/.wine alias wine=$WINE wine wineboot -i When this window opens, click on "Cancel"

    # Downloading the newest version of winetricks curl -L https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks > winetricks chmod +x winetricks Now that everything is downloaded, and a new prefix was created, you have to install some dependencies.
    Follow the instructions in the setups and click on "Reboot Now". You can ignore warnings by the setups.
    # To prevent errors from mono ./winetricks remove_mono -q # For the installer ./winetricks dotnet35sp1 -q # For the main application ./winetricks dotnet472 -q # Set windows to 8.1, since aero is not found if set to win7 ./winetricks win81 -q Run the installer with: (Deselect desktop shortcut)
    wine affinity-photo-1.6.5.135.exe Install DXVK to make Affinity Photo work
    git clone https://github.com/doitsujin/dxvk ./dxvk/setup_dxvk.sh install Affinity should now be installed under "~/.wine"
     
    Desktop Shortcut
    Run this code below!
    cd ~/.local/share/applications/ echo "[Desktop Entry]" >> "Affinity Photo.desktop" echo "Name=Affinity Photo" >> "Affinity Photo.desktop" echo "Exec=$WINE '/home/$USER/.wine/drive_c/Program Files/Affinity/Photo/Photo.exe'" >> "Affinity Photo.desktop" echo "Icon='/home/$USER/.local/share/applications/$(ls ../icons/hicolor/256x256/apps | grep Photo | head -n 1)'" >> "Affinity Photo.desktop" echo "Type=Application" >> "Affinity Photo.desktop" echo "Categories=Photo;Utility;" >> "Affinity Photo.desktop"  
  3. Like
    Rashid reacted to walt.farrell in automatically rasterizing text   
    Yes, either SVG or PDF will maintain editable text, at least when you export from Photo and import back into Photo. Probably they will for importing into Photoshop, too.
    But this is not really a good option for you to use, as you may find other things that will not transfer across 100% the same.
    You should both use the same application, and given that the Affinity applications are inexpensive, it would be better to have your boss buy a copy of the Affinity application you're using, in my opinion.
  4. Like
    Rashid reacted to walt.farrell in automatically rasterizing text   
    He can't, if you're trying to send him a PSD file. For best interchange you should both use the same application.
     
  5. Like
    Rashid reacted to Callum in automatically rasterizing text   
    Thats correct.
  6. Like
    Rashid reacted to Callum in automatically rasterizing text   
    Hi Rashid,
    Unfortunately at the moment we are only able to import PSD text its not currently possible to export to .PSD without the text being rasterised.
    Thanks
    C
  7. Like
    Rashid got a reaction from Fixx in Quick Skin Retouching   
    I'm expecting a easy and Quick Skin retouching (skin smoothing) plug-in same as "Portraitpro" manual skin reteaching is wasting lots of time and no perfection. It was my main plug-in when I'm using Photoshop. 
                                                  Thanks
    https://www.portraitprofessional.com
     
     
×
×
  • 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.