Connect, learn, and get help from the Aero Community.
Recently active
When working with frame based animations in Photoshop the frame numbers start at 1.This is fine for most things, like making an animated gif for export, but when intending to export the individual frames sometimes there is a need to have the frame numbers start at 0.For instance when animating frames to be imported into another app which is more programmer orented, where numbered systems start at 0 (video game engines, etc), or even After Effects, which starts at frame 0.If you ever need to come back in and make changes to the Photoshop file you have to “remember to subtract one.. or was that add one? no I was right the first time”.
gasta los puntos de generar videos pero nunca los realiza
As soon as version/update 11.4.2 installed, NONE of my edited images in Lightroom will load. EVERY attempt results in "Downloading higher resolution/Failed to Load Original" messages.I Uninstalled/Reinstalled Lightroom. This did NOTHING to correct the issue.Right now the app is hence, TOTALLY USELESS and unusable.I turned off VPN. The problem persists whether using data or WiFi (with MORE than sufficient throughput on either BTW... the connections in use NEVER having been problematic for this purpose [exporting edited Lightroom images], or ANY OTHER purpose).Of course, I get exactly the same non-result if I try to simply save a pic copy to my device (which is undoubtedy no different than 'exporting' so of course doesn't work either).I tried to attach Diagnostic files generated in Lightroom (diagnosticLog.html, SyncIssues-2.db) as I reproduced this issue, & just got nasty red blasts complaining you don't support those file types. SO, WHAT IS THE POINT of the utility that generates e
לא יכולה לערוך סירטונים בפרימייר פרו באייפון שליכל אפליקציות העריכה בפלאפון עובדות חוץ משלכםאני עוד מעט טסהורוצה להכין סירטונים חדשים בטיול שליהאפליקציה כל הזמן קורסתלא נותנת לייצאאני מכינה סירטוןולא יכולה לייצא אותו בפלאפון - ה IPHONE
PDF doesn’t allow me to duplicate files neither to delete files only to cancel them from recent. We will cancel the entire memberships of all of our employees very soon if this doesn’t solve itself.
Recentemente as marcações que faço em meus pdfs pelo Adobe Acrobat tem sofrido erro de sincronização, eu escolhi o app justamente por sua funcionalidade de sincronização de marcação entre dispositivos, todavia as marcações não estão sincronizando entre meu notebook e meu celular (embora eu esteja abrindo os arquivos sempre pelo Google Drive) parece haver um atraso em salvar as marcações da Adobe no arquivo Drive....
How is it that in this day and age of AI where you can replace objects, we still have fringing correction that just turns things grey? Why are we not matching the surrounding colour? I understand that without any kind of intelligence, this would likely just result in one side being biased, and likely the result would be no better than the grey or indeed, not fixing at all. But surely with AI, a reliable colour match based on subject is possible while retaining edge integrity.
Mac: 26.4.1PS: 27.6.0Even if your preferences are set to inches, canvas size always defaults to pixels. Every single time I go to resize an image canvas, which is many many times a day, I have to first select “inches” even though my measurement preferences are set to “inches”. I thought this bug was fixed, but here it persists. For a professional using PS all day long and sizing images for print, this is super annoying and time consuming.
I have the dji mavic 4 and i have saved in my external usb disc some files. I m trying to import them so to create a video.But it s not allowed. Why?
using photoshop web My selection tool doesn't show the dotted line when in use- I can only see what is selected if I am using the selection brush
I started a 1-week trial membership, then decided to cancel, but it wasn't canceled and the first month's fee was charged. I canceled again and an early cancellation fee was charged. I want this fee to be cancelled and my money refunded, as I had already cancelled my membership within the 1-week period.
Premiere Pro urgently needs a native tool for creating modern social media captions without relying on plugins or MOGRTs.Right now, the workflow is far too cumbersome compared to CapCut. To achieve the caption styles that are now standard on TikTok, Instagram Reels, and YouTube Shorts, users often have to convert captions to graphics, manually animate them, or purchase third-party solutions.In CapCut, these styles can be applied in seconds. In Premiere Pro, the same result requires significantly more time and effort, making the process inefficient for creators who produce short-form content regularly.Features that would make a huge difference include:Word-by-word highlighting. Automatic pop-in and scale animations. Presets for popular Reel and TikTok caption styles. Easy customization of fonts, outlines, shadows, backgrounds, and colors. Automatic emphasis of key words through animation or color changes. The ability to apply these styles directly to generated captions without convertin
Hello Adobe Lightroom team,I’d like to request improved keyword synchronization between Adobe Lightroom mobile and Adobe Lightroom Classicdesktop.Currently, keywords added on mobile do not reliably sync to Lightroom Classic in a structured way, which breaks workflow for users who manage catalogs on desktop after capturing or editing on mobile.It would be very helpful if:Keywords added in mobile fully sync to Lightroom Classic Keyword hierarchy (if used) is preserved Sync is consistent and editable on both platformsThis would greatly improve cross-device workflows for photographers who shoot on mobile and organize on desktop.Thank you for considering this improvement.Best regards.
PS 27.4.1 MacWhen recording actions, canvas size gets ignored and does not work. repro:create an action that resizes an image start recording. change image size from 4x4 inches at 300 ppi to 5x5 inches at 300 ppi open canvas size (set to inches) resize canvas from 5x5 to 9x9 (any color background will do) stop recordingNow run that on a new images. Canvas size appears in the action but is ignored.
PESE A QUE LE IMAGEN ME LA ENTREGÓ LA MISMA IA, SOLO SOLICITÉ QUE ANIME LA IMAGEN DE UNA FAMILIA EN AUTO Y NO LA GENERA SEGÚN SUS “POLÍTICAS”
quiero crear un video con Kling 3.0 en firefly y no lo permirte marca error
Photoshop hard freezes when I work on a project, particularly when I try to use the Remove Tool. Issue did not exist before the last update. Will there be a fix forthcoming?
[ please delete ] I uploaded into the wrong feature request section.
Will adobe 2027 apps get rid of all of the bugs. I used to drag and drop and/or copy and paste from illustrator to photoshop and vice versa all day but now i cant drag and drop at all and if i copy and paste, the image dissappears within minutes. This is so much extra work!Not to mention the color issues im having!!!!!!
While updating my old script, I encountered a problem: in modern versions of InDesign (e.g. 2024, 2026), an attempt to get actualPpi & effectivePpi for a placed (raster) EPS file (created in Photoshop) — aka EPS object — results in the 'A value is not available for this type of image.' error message.In CS3, where the script was originally created, it worked properly.So, as far as I understand, I have to remove this file type from processing by the script because of yet another bug introduced by Adobe?For testing, in CS3 and InDesign versions 2024, 2026 I used exactly the same EPS file and script.main();function main() { try { var doc = app.activeDocument; var link = doc.links[0]; var linkType = link.linkType; var image = link.parent; var actualPpi = image.actualPpi; var effectivePpi = image.effectivePpi; } catch(err) { $.writeln(err.message + ", line: " + err.line + " | " + err.number); }}
**Substance 3D Painter 12.0 – Crash on launch after AMD Adrenalin 26.5.1 driver update****System specs:**- CPU: Intel Core Ultra 7 265K- GPU: AMD Radeon RX 7900 XT- RAM: 32 GB DDR5- OS: Windows 11- AMD Driver: Adrenalin Edition 26.5.1- Substance 3D Painter: version 12.0.3**Issue description:**Substance 3D Painter 12.0.3 fails to launch after updating to AMD Adrenalin drivers 26.5.1. The application either crashes immediately on startup or shows an error and closes without loading the UI.The same issue was already confirmed in Blender 5.1 (tracked at projects.blender.org/blender/blender/issues/158350), where the root cause was identified as AMD removing the ROCm 6 runtime from driver 26.5.1. Since Substance Painter relies on similar AMD GPU compute/Vulkan infrastructure, it is likely affected by the same underlying change.I also experienced two full system freezes/BSODs on the same day I installed the 26.5.1 drivers, which further suggests driver instability.**Steps to reproduce:**1. In
i have to move my anchor point to -41, -95 to center it
Hi, I am creating images in firefly using nano bnana 2 model but after few tries, the images are not generating and it shows "try again later" again and again. Please resolve this issue.
al realizar la modificación de un pdf con subrayado y que el guardado automatico lo "guarde", no lo hizo de forma correcta y ahora perdí todo el progeso por culpa de ello. La verdad que son el peor sofware de Adobe, prefiero mejor un sofware ue no este actualizado, pero funcione perfectamente en lo necesario, a que tenga cosas nuea y modernas. La ver solo puedo recomendar a las demás personas que no lo usen porque no es seguro que las funcioes pincipales vayan a funcionar de forma correcta
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.