Questions tagged [image-events]
6 questions
26
votes
2 answers
QR Code generation in shell / mac terminal
I want to create QR codes for a project I'm working on in applescript the resulting qr will be placed in the indesign document. I have found that there is a plugin for indesign but I suspect that requires user interaction.
So I've been search for…

mcgrailm
- 17,469
- 22
- 83
- 129
2
votes
1 answer
Applescript Finder Selection "Stuck"
I've been using the code below for awhile to auto-magically scale images down through the various wallpaper sizes that I want. This morning, it ceased working and is giving some of the most bizarre behavior I've ever seen.
If I reboot my box, the…

Tim Visher
- 12,786
- 16
- 58
- 66
1
vote
1 answer
Script for Image Events is overwriting my files with previously reformatted files of the same name
I have a simple Applescript to resize photos with Image Events. The photos are all of football players so they are all named by their number as in "1.jpg", "4.jpg" and so on. The issue I run into is when I do multiple batches of players in…

Hibbie
- 63
- 1
- 5
1
vote
1 answer
AppleScript Image Events cant get class asDB
Wanting to learn more about Mac's Image Events I am trying to learn how to save a file from one type into another type. For example, if I have a BMP image named foobar.bmp I wanted to learn how to save it out as foobar.jpg but in my handler I get…

DᴀʀᴛʜVᴀᴅᴇʀ
- 7,681
- 17
- 73
- 127
0
votes
3 answers
How to sort images by width in Applescript?
I would like to sort my pictures by size, ad it is easiest to do so by width. I would like to get images with a width larger than 1919px and put it in another folder. I have googled and tried things for hours with no luck.
I've been getting this…

ZuluDeltaNiner
- 725
- 2
- 11
- 27
0
votes
1 answer
Image events: identical script saves as an RGB JPEG on one Mac, CMYK JPEG on another
Here's the offending code:
repeat with this_indd_jpeg in indd_jpeg_list
set original_name to name of this_indd_jpeg
set the_small_path to export_path & original_name as string
set the_large_path to (Large_Folder as string) & original_name as…

t56k
- 6,769
- 9
- 52
- 115