In recent versions of macOS, the native low-resolution mode checkbox was removed. This utility provides a seamless solution to run Adobe Photoshop in low-resolution mode, particularly beneficial for:
- Older Mac systems
- Low-performance configurations
- Enhanced visual clarity on Retina displays
- 🚀 Automatic Photoshop detection
- 🔍 Low-resolution mode launch
- 🔄 Compatible with multiple Photoshop versions
- 💻 Minimal system resource usage
- 🛡️ Easy-to-use and secure
- Operating System: macOS 10.15+
- Processor: 64-bit Intel or Apple Silicon
- RAM: Minimum 4GB
- Adobe Photoshop: Any version
- Visit Releases
- Download the latest
.zip
file - Extract
Adobe Photoshop LR.app
- Move to Applications folder
git clone https://github.com/hasanbeder/AdobePhotoshopLR.git
- Ensure Adobe Photoshop is installed
- Launch
Adobe Photoshop LR.app
- Photoshop will open in low-resolution mode automatically
-
Open Automator
- Launch from Applications
- Click "File" > "New"
- Select "Application"
-
Add Run Shell Script
- Search "Run Shell Script"
- Drag to workflow area
- Set shell to
/bin/zsh
-
Configure Script
photoshop_path=$(find /Applications -name "Adobe Photoshop*.app" ! -name "Adobe Photoshop LR.app" | head -n 1) open "$photoshop_path" --args -AppleMagnifiedMode YES
-
Save Workflow
- Choose location
- Name your application
- Modify search paths for custom Photoshop installations
- Add error handling
- Customize application icon
- Locate your new icon file (must be in
.icns
format) - Right-click the
Adobe Photoshop LR.app
in Finder - Select "Show Package Contents"
- Navigate to
Contents/Resources/
folder - Find the existing
ApplicationStub.icns
file - Drag and drop your new icon, replacing the existing one
- macOS will prompt you to confirm replacement
- Click "Replace" to update the icon
# Rename your icon to match the app's icon
mv "YourNewIcon.icns" "ApplicationStub.icns"
# Replace the app's icon
cp "ApplicationStub.icns" "Adobe Photoshop LR.app/Contents/Resources/"
📝 How to Use:
- Create or download your
.icns
icon file - Rename the icon file to match the app's icon name
- Place the commands in the same folder as the app
- Run the commands in Terminal
- The app's icon will change instantly
- Must be in
.icns
format - Recommended sizes: 16x16, 32x32, 128x128, 256x256, 512x512 pixels
- Use tools like Image2icon for conversion
- If icon doesn't update immediately:
- Restart Finder:
killall Finder
- Clear icon cache:
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
- Restart Dock:
killall Dock
- Restart Finder:
- Verify Photoshop installation path
- Check macOS security settings
- Ensure script has execute permissions
- If the app won't open, try these commands:
# For the app in Applications folder xattr -cr "/Applications/Adobe Photoshop LR.app" # For the app in a custom location xattr -cr "/path/to/Adobe Photoshop LR.app"
- This removes macOS security attributes that might block the app
- Requires manual updates
- May need reconfiguration after major macOS updates
- Limited to single Photoshop installation
Contributions are welcome!
- Fork the repository
- Create your feature branch
- Commit changes
- Push to the branch
- Create a Pull Request
MIT License. See LICENSE for details.
- GitHub: hasanbeder
- X (Twitter): @hasanbeder
- Issues: GitHub Issues
Made with ❤️ to improve Photoshop experience on Mac
Disclaimer: Not affiliated with Adobe. Use at your own discretion.