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

David in Яuislip

Members
  • Posts

    1,327
  • Joined

  • Last visited

Everything posted by David in Яuislip

  1. If you have imagemagick available you can open the file in Photo make the edit copy to clipboard in a cmd or Ps window do magick clipboard: -colors 4 bmp3:test2.bmp test2.bmp
  2. Ok my very last idea, write to svg and look for oddities <text x="258.744px" y="481.227px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:100px;fill:#231f20;">P</text> <text x="325.443px" y="481.227px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:100px;fill:#231f20;">art</text> <text x="442.143px" y="481.227px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:100px;fill:#231f20;">ial f</text> <text x="597.758px" y="481.227px" style="font-family:'Arial-ItalicMT', 'Arial', sans-serif;font-style:italic;font-size:100px;fill:#231f20;">orm</text> <text x="769.975px" y="481.227px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:100px;fill:#231f20;">atting is</text> <text x="1142.39px" y="481.227px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:100px;fill:#f04a34;">ha</text> <text x="1253.62px" y="481.227px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:100px;fill:#231f20;">rd to s</text> <text x="1531.5px" y="481.227px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:100px;fill:#231f20;">pot</text>
  3. LibreOffice might help Copy text from Publisher Paste into LibreOffice Writer Do Format/Spotlight Character Direct Formatting
  4. I've used dic & aff files 0.7.94 from https://github.com/spellcheck-ko/hunspell-dict-ko sizes are same as in first post directory name can be either ko-KR or ko_KR, they both work dic & aff filenames are not critical provided they are the same, I have ko.dic & ko.aff Korean.afpub
  5. The guillemet (‘»’) indicates that there are more options that can be displayed on the toolbar Let me think about that l&k An Apprentice Pedant
  6. The Help window position is stored in Help.dat which is in %AppData%\Affinity\Publisher\1.0\Settings Mine shows <?xml version="1.0" encoding="utf-8"?> <Settings Display="0" X="306" Y="115" Width="1121" Height="781" State="Normal" /> you might find something strange and reset it Edit: Plan B With Publisher not running I renamed the Help.dat file, started Publisher, pressed F1 and the file was recreated so just delete it AppData\Roaming\Affinity\Publisher\1.0\Settings>dir /B help.* Help.dat Help.OLDdat
  7. English Help for 1.10.6 is at C:\Program Files\Affinity\Publisher\PublisherHelp\Contents\Resources\English.lproj\index.html or choose another language at C:\Program Files\Affinity\Publisher\PublisherHelp\Contents\Resources Open file in browser and add to favourites
  8. Try Ghostscript for a poor man's report on ink coverage per page Document CMYK US Web coated SWOP V2 saved as Konly.pdf Contains same image on each of 3 pages with settings noted below This is the report using gswin64 -dSAFER -sDEVICE=ink_cov -o Konly.txt Konly.pdf Image1 set to K only 0.00000 0.00000 0.00000 61.27310 CMYK OK Image2 with B&W adjustment 42.69350 37.05737 35.53457 14.81541 CMYK OK Image3 with desaturation adjustment 48.45574 49.59304 49.69440 32.78706 CMYK OK
  9. Too hard, take another photo' when it's overcast then apply a lut A shot at dusk is not going to have those harsh shadows so I have crudely cloned the gravel and concrete to remove the tree shadows cloned the concrete near the door, left the area by the garage so you can see the difference burned in the stone lower left lightened the area in shadow under the tree hsl layer to reduce green and blue saturation some local sponge desaturation under the tree and on the flowers by the house reduced the highlights on the tree Good luck but I'd get the camera out and go back House.afphoto
  10. I just edited the style for the numbers, the words and number styles are independent of each other
  11. This is how windows V1 works Main dictionaries are in C:\Program Files\Affinity\Publisher\Resources\Dictionaries User dictionaries are in C:\ProgramData\Affinity\Common\1.0\Dictionaries and these supplement the main ones for the selected language I'm using en-GB so I create C:\ProgramData\Affinity\Common\1.0\Dictionaries\en-GB This can contain multiple dic files which must have a matching aff so I have C:\ProgramData\Affinity\Common\1.0\Dictionaries\en-GB>dir /B places.aff places.dic stuff.aff stuff.dic These four files are in the zip. The aff files are very basic and the contents are identical You should be able to copy your underlined words to a text file, one word per line and beginning with the count Good luck en-GBextras.zip
  12. Probably because the raw file contains raw sensor data with some metadata which tells enabled programs how to interpret the film simulation. Capture One is supposed to handle this, also Fuji's own software should but other programs including Affinity won't know how to process it
  13. Assuming your goal is to resize images to 1000w or 1000h then crop to the middle 660px of the height/width If all of your images have the same aspect ratio then you have a chance with Photo macros otherwise forget it Use new batch job with 1000 in the width box 1000 in the height box Leave A ticked Run this and all your images will be 1000w or 1000h. Note that this will upsize small images in which case use min(1000,w) and min(1000,h) respectively Now you need two macros, one for landscape, one for portrait, use the outputs from the batch job to create these For the landscape images it just needs to crop the picture to 660 high and this should default to cutting out the centre 660px I would then apply some unsharp mask as sharpening is generally required after resizing. Do similar for the portrait images but crop the width Until Photo gets scripting then I think this is about it Or you could use imagemagick which is excellent for batch work and will deal with different aspect ratios, just write some gibberish like this magick input.tif -resize 1000x -gravity center -crop x660+0+0 -unsharp 0x0.4 output.tif magick input.tif -resize x1000 -gravity center -crop 660x+0+0 -unsharp 0x0.4 output.tif You can use these commands one at a time or else in a powershell file where you can find width & height and run the appropriate command. Otherwise use Python and it'll also work on Macs
  14. I'm pretty sure that it doesn't, It's a well established phenomenon that works Norf of Nottingham otherwise you need to set the feather before making the selection. It always hacked me off in Photoshop as I never developed a feel for how much feather to apply so I took to making a selection with feather zero press Q apply Gaussian blur to get some visual idea press Q
  15. Select first slice Change size to 0.5x Copy export setup Select other slices Replace export setup
  16. If you use Adobe DNG converter and select an early output version, I used version 2.4, then it will open in Photo V1. It's pretty dark, this was pulled up ~3½ stops
  17. Pre-process the file to convert fonts to paths before using Affinity. I use Ghostscript, a command like gswin64 -dNoOutputFonts -sDEVICE=pdfwrite -o output.pdf inputfile.pdf ought to work. I don't have a link but your favourite search engine will soon find it
  18. According to the internet voodoo Pagemaker doesn't support transparency but will accept clipping paths in tiffs I have created a curve for the hole and another for the whole image, these were merged then moved to the clipping position If you export a tiff then it works in Photoshop and may work in Pagemaker but I don't have it. Otherwise try a psd as this retains the Curves layer as editable paths in Photoshop Please let us know as it may help others redheart.afphoto
  19. If I'd done that I'd have been banned but you're a higher rank than me so have a Ha ha
  20. You can clear the detritus with the node tool. Isolate the layer, select the nasties with the node tool and press delete
  21. Here I have an image 800x600 Create a Publisher document 400x600, 2pages, facing pages, start on left Place image at x=0 y=0 Export using Area = All pages This will produce two files, left & right Apologies if this is anto's method, I don't watch videos
  22. If you don't have Publisher Highlight the text and export to svg using Selection Only The svg will show this: <text x="-4.904px" y="62.941px" style="font-family:'Bauhaus93', 'Bauhaus 93', fantasy;font-size:92.139px;">what font?</text>
×
×
  • 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.