Skip to main content
  • 1499 Product updates
ChatGPT feature in Acrobat
Latest Photoshop Features - Smarter Collaboration, Sharper Text

Photoshop v26.11 — Collaborate with Projects, refine Firefly generations, and more

We’ve just released Photoshop v26.11 with new features and improvements to make your creative work easier and more collaborative. What’s New in Photoshop v26.11 Organize, share, and collaborate with ProjectsSay hello to Projects, a new way to work across Adobe apps. Whether you're designing in Photoshop, illustrating in Illustrator, or creating content in Adobe Express, you can now:Group assets into a shared cloud-based project Invite collaborators with edit or comment permissions Manage files together in real timeThis feature is perfect for teams working across disciplines — from social media campaigns to product launches — and ensures everyone stays aligned and productive.Learn more about Projects. Refine Firefly generationsAccess your Adobe Firefly generation history directly from the Photoshop home screen. Open any Firefly-generated image as a Photoshop document to enhance it using the complete set of Photoshop editing tools. Your original Firefly asset stays unchanged, so you can safely create and experiment with variations.Learn how to refine Firefly-generated images. Sharper text for Chinese, Japanese, and KoreanPhotoshop v26.11 introduces vector-based text rendering enhancements for CJK languages:Sharper, more accurate text output for Chinese, Japanese, and Korean Consistency across versions and fonts, even when opening legacy filesThis update ensures your typography looks crisp and professional, no matter the language.Learn how to add text. Bug fixesInfo panel now shows “before” and “after” values. See original post First input on the font search bar is no longer ignored. See original post Droplets issue resolved for Create Droplet command on macOS. See original post Try these new featuresUpdate to Photoshop v26.11 and start using these improvements.Update Photoshop We'd love to hear from youTried the update? Let us know what you think! Share your experience, tips, or questions in the comments—we’re always listening and your feedback helps us make Photoshop better for everyone.

Photoshop v27.1 — Improved Scratch Disk management and key fixes

【解消済】Windows版InDesignにてヒストリーが消える問題について

2026年1月28日追記多くの方にご不便をおかけしました事、改めてお詫び申し上げます。本件、2026年1月28日アップデートの21.2で修正を完了いたしました。また、一部の方にて発生していた「テキストが一時的に非表示となりズームやスクロールをすると表示される」問題もこのアップデートにて修正されております。 お手数ではございますが、お手元でもアップデートを実行し動作をご確認ください。 ------------------------------------------------2025年12月2週目の後半から、Windows版のInDesignにてヒストリーが消える問題の報告が複数寄せられております。 一部のWindows環境では問題なく使えている場合もございますが、現時点で明確なトリガーは確認できておりません。以下に現時点で判明していることを記載いたします。 【確認されている問題】・ヒストリーが3~5つ程を残し操作中に自動削除される・ヒストリーが消えることにより「戻る」コマンドが効かない工程が生まれる・データ保存後にヒストリーが消えるとドキュメントが保存可能な更新情報が含まれる印の「*マーク」が付属する【確認されている環境】・Windows10/11・InDesign 2025/2026※Mac環境や2024バージョンでは問題は確認されていません。 大変恐縮ではございますが、この問題は調査中であり現在明確な回避策はございません。今後、新たに確認が出来ましたら本記事を更新いたします。ご不便おかけいたしますが、続報を今しばらくお待ちください。  最後に、現在実施をしても解消に繋がらなった対処を念のため記載いたします。【解消に繋がらなかった対処】・InDesignの環境設定の再作成・InDesignの再インストール・OSの新規ユーザーアカウントでの動作確認・セーフモード+ネットワークONの状態での動作確認・オフラインでの動作確認・KB5072033の削除

Acrobat | 新UIですべてのツール内が空欄になる、表示されない件について

Acrobat の新UI をご利用されている一部のお客様にて、本事象を確認しています。【対象のAcrobat】Acrobat【対象OS】Windows【事象の詳細】Acrobat の新UI画面ですべてのツールが表示されない【回避策】Acrobat を旧UI画面に変更いただき、ご利用をお願いします。 <旧 UI への変更手順>1. Acrobat を起動2. 画面左上の「メニュー」をクリック3. メニューの「新しい Acrobat を無効にする」をクリック4. 確認画面で「再起動」をクリック 【解決策】 本件につきましては、修正版となる 25.001.21208 をリリースし、本事象が解決していることを確認いたしました。※ 以下のアップデート方法は Windows の管理者権限が必要です。<手順>1. Acrobat を起動2. アップデートを実施旧UI : [ヘルプ] > [アップデートの有無をチェック] の順にクリック新UI : [メニュー] > [ヘルプ] > [アップデートの有無をチェック] の順にクリック3. 画面に従い、作業をお願いします。 [アップデートの有無をチェック] が表示されないお客様は、自動アップデートを無効にされています。以下からアップデーターをダウンロード後、msp ファイルを実行し手動でアップデートをお願いします。※ Acrobat の bit 数に合わせたアップデーターをダウンロードください。Acrobat 32bit版 / Acrobat 64bit版 ダウンロードされたファイルをダブルクリックで実行いただきましたら、画面に従いアップデートをお願いします。Acrobat Reader のアップデーターを入手されたい方は、こちら にアクセスし、ダウンロードをお願いします。

Expression & Scripting Access for Dropdown Text and Keyframes in After Effects Beta 26.0x40

Hello, motionkind! Now in After Effects (Beta) build 26.0x40 and later, we are introducing two improvements for expressions & scripting.  Quickly find the keyframe or marker before or after a given time, without writing lengthy, repetitive logic.  Read the current text and the full list of dropdown menu items, so you no longer need to keep duplicate strings in your expressions just to show the text from a dropdown menu.    previousKey() and nextKey() in JavaScript expressions    This Beta build introduces new expression methods to quickly get the keyframes or markers before or after any given time:  Property.previousKey(time): Returns the keyframe or marker at or before time. If none exist before time, returns the first keyframe or marker.  Property.nextKey(time): Returns the keyframe or marker after time. If time is after the last, returns the last keyframe or marker.    These new methods are only available in the JavaScript expression engine, so make sure to set the engine to "JavaScript" in File > Project Settings > Expressions.    We hope these new methods help you reduce repetitive code, especially when triggering animation via markers and keyframes.      Expression examples for previousKey() and nextKey()  Get the time since the previous keyframe (useful for triggers, overshoot, etc.):  const prev = thisProperty.previousKey(time); time - prev.time;   Time to the next keyframe (useful for anticipating transitions):  const next = thisProperty.nextKey(time); next.time - time;  Trigger keyframes at each layer marker:  const animDuration = key(numKeys).time - key(1).time; const animTime = time - marker.previousKey(time).time; const animRemap = linear(animTime, 0, animDuration, key(1).time, key(numKeys).time); valueAtTime(animRemap);   Use neighboring keys to control a property (e.g., auto fade-in between keys):  const prev = thisProperty.previousKey(time); const next = thisProperty.nextKey(time); const t0 = prev.time; const t1 = next.time; const u = (time - t0) / Math.max(1e-6, (t1 - t0)); linear(u, 0, 1, 0, 100); // 0% at prev key, 100% at next key     Reading text strings from dropdown menus    In the latest Beta, you can now read both the current item’s text string and the full list of text strings from any dropdown menu property. This gives you access to the strings of both customized Menu properties of Dropdown Menu Controls and dropdown menus of other effects and layers.    Importantly, note that expressions and scripting use different syntax to access the text strings, to maintain consistency with existing syntax.    For JavaScript expressions, the new APIs are:  Property.text: This will give you the currently active text string of the dropdown menu at the current time.  Property.textAtTime(time) This will allow you to get the text strings from a dropdown menu at any given time (replace time with the time you need), just like .valueAtTime(time).  Property.items: This will give you an array of all the strings in the dropdown menu.    These are only available in the JavaScript expression engine.    Expression Examples (modern JavaScript expression engine)  Show the current dropdown text directly in a Text layer:  effect("Dropdown Menu Control")("Menu").text;   Use the array returned by items to display choices:  const menu = effect("Dropdown Menu Control")("Menu"); const allStrings = menu.items; const selection = menu.value; // Add "•" bullet point to selected item allStrings[selection - 1] = "• " + allStrings[selection - 1]; allStrings.join("\n");       For ExtendScript scripting, the new properties are:  Property.valueText: The text of the current selection. Naming corresponds to Property.unitText.  Property.propertyParameters: The array of all item strings in the dropdown. Naming corresponds to Property.setPropertyParameters.    Scripting Example  // Given an existing Dropdown Menu, alert the // text of the current item and then all items. var activeComp = app.project.activeItem; if (activeComp && activeComp.selectedLayers.length > 0) { var theLayer = activeComp.selectedLayers[0]; var dropDownFx = theLayer.property("ADBE Effect Parade").property("Dropdown Menu Control"); var menuProp = dropDownFx.property("Menu"); var currentTextString = menuProp.valueText; var allStrings = menuProp.propertyParameters; // array of strings alert("Selected: " + currentTextString); var lines = ""; for (var i = 0; i < allStrings.length; i++) { lines += (i + 1) + ". " + allStrings[i] + "\n"; } alert("Options:\n" + lines); }   Notes & tips for accessing dropdown menu strings These APIs only apply to dropdown menu properties of effects and layers.  In dropdown menus, you will see "(-" represents a divider item. You can use this in your own custom Dropdown Menu Controls to add your own dividers to organize long lists. The text of Layer Control dropdowns is not accessible with the new methods. If you need the selected layer's name, you can use the .name property of the layer returned by the Layer Control.  If you share projects or Motion Graphics Templates, we recommend continuing to use the index of dropdown menus when driving expression logic (versus matching the strings), since indexes will be more reliable. The text in some dropdowns can change with the application language, which will result in broken expressions.   We need your feedback Are there scenarios where these new methods or properties don't behave as you'd expect? Do these fit into your existing workflows? Are there related features or enhancements you'd like to see?   We hope you'll enjoy using these new APIs in your projects. Please let us know how they're working for you or how you've utilized them in the Beta builds. Thank you for your feedback! 

After Effects Preferences Refresh in Beta 26.0x40

We're excited to share an update to the After Effects Preferences, starting with After Effects Beta 26.0x40. We've reorganized and refreshed the preferences to make it easier to find the settings you need, when you need them.   What's New The preferences have been thoughtfully reorganized into logical groups that reflect your workflow: Project & Workflow Startup & Repair - Configure how After Effects launches and handles project recovery Project - Manage workspace preferences, Dynamic Link settings, new project templates, solids folders, and auto-save options Composition - Fine-tune composition behavior, layer creation settings, double-click actions, mask preferences, and more Previews - Control preview quality, caching, and playback settings User Interface Appearance - Customize themes, UI scaling, colors, hardware acceleration, and visual display options Grids & Guides - Configure grid spacing, guide snapping, and safe margins Label Colors - Manage your project organization color scheme Type - Set typography and text layer defaults Import & Export Import - Control footage interpretation, still image duration, and import behavior Export - Configure output preferences and audio block duration for rendering Performance Audio - Set up audio hardware, channel mapping, and audio block duration Disk - Manage disk cache location and settings Memory & CPU - Optimize RAM allocation and multi-frame rendering settings Video - Configure video output and preview hardware Feature Control 3D - Control 3D camera behavior and 3D cache Scripting & Expressions - Manage scripting preferences and security settings; customize expression editor styling New Preference: Synthetic Layer Length We’ve added a new preference called Synthetic Layer Length in the Composition preference panel. This gives you control over the default duration for newly created synthetic layers—including text layers, shape layers, solids, cameras, lights, and null objects.   You now have two options: Use Composition Length (default) - Synthetic layers match your comp duration, just like the still footage preference. Set Custom Duration - Define a specific default length for synthetic layers, perfect for motion graphics workflows where you want precise control   This small addition streamlines your workflow by reducing the need to manually trim many layer types after creation. Scripting Access The existing preferences command IDs have not changed and will remain functional, rerouting to the appropriate new preference panel. Should you wish to directly target the new preferences panel with app.executeCommand(), here are the new command IDs to use.   Preference panel ID Startup & Repair 3201 Project 3202 Composition 3203 Previews 3204 Appearance 3205 Grids & Guides 3206 Labels 3207 Type 3208 Import 3209 Export 3210 Audio 3211 Disk 3212 Memory & CPU 3213 Video 3214 3D 3215 Scripting & Expressions 3216 We Want Your Feedback We'd love to hear your thoughts: Are the new categories working well for you? Is anything harder to find than before?   Please share your feedback and suggestions in the replies below. Your input helps us continue improving After Effects!

Introducing Variable Font Animation in After Effects Beta 26.0x40

Get hyped for variable type! We're excited to announce support for Variable Font Animation in After Effects! Stretch, squash, jitter and transform your text with the combined power of After Effects text animators and variable font axes.  You can now animate variable font properties like Weight, Width, Slant, and more directly in the Timeline using Text Animators, edit them interactively in the Properties Panel, and drive them through the Essential Graphics Panel + Mogrts, unlocking powerful new typographic animation possibilities.  Imagine animating your text from whisper-thin to ultra-bold with buttery smooth transitions, all the characters at once or with a gradual fade from one weight to another. Or making each character dance with its own unique style. Or driving font dynamics with expressions that respond to your scene. Now stop imagining—because it’s all real. Any axis your variable font supports can be animated with the full power of After Effects’ Text Animators.That means full keyframe control, expression support, and up to 8 axes animated simultaneously per layer. Whether you're designing slick title sequences, expressive motion graphics, or experimental typographic art, this feature unlocks a whole new playground. Properties Panel EditingWhen you select a text layer with a variable font, a Variable Font Axes button appears in the Properties Panel next to the font family selector. Click this button to reveal a showing all available axes for your font with interactive controls.  Text Animator AnimationVariable fonts contain multiple stylistic variations within a single font file, and now you can animate between these variations smoothly in After Effects. Access any axis available in your variable font—from standard axes like Weight and Width to custom designer-defined axes—and animate them just like any other property. You can have your type interpolate from Light and Roman to Bold and Italic, with the transition traveling across your entire text block.     Getting StartedQuick Font Tuning in the Properties PanelFine-tune your typography without animation:Select a text layer with a variable font Open the Variable Font Axes popup from the Properties Panel Adjust Weight, Width, or other axes to find the perfect look Dynamic Weight TransitionsAnimate text from thin to bold for emphasis or title reveals:Add Font Axis Weight as a text animator Keyframe from minimum to maximum weight values Creates smooth, native font weight transitions Per-Character Wiggly TypographyCreate organic, playful text animations:Add Font Axis Weight (or any axis) as a text animator Add a Wiggly Selector to the animator Each character will randomly vary its font weight over time Expression-Driven TypographyLink font properties to other animation parameters:Use expressions to drive a Font Axis based on any other property Map slider controls to multiple font axes Create responsive typography that reacts to layer properties Range-Based RevealsAnimate text reveals with changing font characteristics:Add Font Axis Weight and a Range Selector to a text animator Animate the Range Selector Start from 0% to 100% Text reveals while simultaneously changing weight Mixed-Font Variable AnimationsApply axis animations across multiple variable fonts in one layer:Use character ranges to apply different variable fonts Add axes from any font used in the layer Each character animates according to its font's axis capabilities 7. Essential Graphics and Motion Graphic Template SupportDrag and drop the Font Axes from the timeline into the Essential Graphics Panel:Decide which axes are available as values in parent comps Save as a Motion Graphic Template and use in Premiere with access to the selected Font Axes Animations using variable fonts will replay and render in PremiereVariable Font SpacingThe Variable Font Spacing property gives you control over how After Effects handles character spacing when animating Variable Font axes. When you animate Variable Font axes (like Weight, Width, etc.), the individual characters can change width. After Effects can apply per-character tracking adjustments to compensate for these design changes. This property lets you control when and how these adjustments are applied. Variable Font Spacing ModesThe Variable Font Spacing property offers three modes:Adaptive – Applies per-character tracking compensation when appropriate to maintain natural spacing as font axes change. Per-Character – Always applies per-character tracking compensation. Default – Disables per-character tracking compensation entirely. Characters maintain their original spacing despite font axis changes. Useful for creative effects where you want the natural width changes of the font to affect the overall text layout.Accessing Variable Font SpacingTo access the Variable Font Spacing property:Expand your text layer's Text property group Add a Variable Font Axis to animate Open the More Options section Look for the Variable Font Spacing property (it appears only when at least one font axis is active) Scripting API DocumentationAdding Variable Font AxesVariable font axes are added to Text Animator Properties using the addVariableFontAxis() method:// Create a compvar comp = app.project.items.addComp("Create Axis Comp", 1920, 1080, 1, 30, 30);comp.openInViewer();// Create a text layervar textLayer = comp.layers.addText("Hello World!");// Set the font to primary fontvar textDocument = textLayer.property("Source Text").value;textDocument.font = 'ShantellSans';textLayer.property("Source Text").setValue(textDocument);// Get the font object back from the text documenttextDocument = textLayer.property("Source Text").value;// Get the text property and animators groupvar textProp = textLayer.property("Text");var animators = textProp.property("Animators");// Add a new animatorvar animator = animators.addProperty("ADBE Text Animator");var animatorProps = animator.property("ADBE Text Animator Properties");// Add the Weight axisvar axisProp = animatorProps.addVariableFontAxis("wght"); Common Axis TagsStandard registered axes include:"wght" - Weight (100-900 typical range) "wdth" - Width (percentage of normal width) "slnt" - Slant (angle in degrees) "ital" - Italic (0-1 range) "opsz" - Optical Size (point size)Fonts may also include custom axes with 4-character uppercase tags (e.g., "INFM" for Informality).Note: Axes must exist on the font to have any impact. These are just examples of some axis tags. Working with Axis PropertiesOnce added, variable font axes behave like standard After Effects text animator properties:// Set a static valueaxisProp.setValue(700);// Set keyframesaxisProp.setValueAtTime(0, 300); // Light at 0 secondsaxisProp.setValueAtTime(2, 900); // Heavy at 2 seconds// Read valuesvar currentWeight = axisProp.value;var weightAtTime = axisProp.valueAtTime(1, false);// Check propertiesvar axisName = axisProp.name; // "Font Axis Weight"var numKeyframes = axisProp.numKeys;// Display the resultsalert("Axis Name: " + axisName + "\n" + "Current Weight: " + currentWeight + "\n" + "Weight at time 1: " + weightAtTime + "\n" + "Number of keyframes: " + numKeyframes); Getting Font Axis InformationTo discover what axes a font supports:var comp = app.project.items.addComp("Test Comp", 1920, 1080, 1, 30, 30);comp.openInViewer();var textLayer = comp.layers.addText("hello world");var textDocument = textLayer.property("Source Text").value;var fontObject = textDocument.fontObject;if (fontObject && fontObject.designAxesData) { var axes = fontObject.designAxesData; var message = "Variable Font Axes (" + axes.length + " total):\n\n"; for (var i = 0; i < axes.length; i++) { var axis = axes[i]; message += "Axis " + (i + 1) + ":\n"; message += " Tag: " + axis.tag + "\n"; message += " Name: " + axis.name + "\n"; message += " Min: " + axis.min + "\n"; message += " Max: " + axis.max + "\n"; message += " Default: " + axis.default + "\n"; if (i < axes.length - 1) { message += "\n"; } } alert(message);} else { alert("No variable font axes found");} Adjusting the Variable Font Spacing Property// Working with Variable Font Spacingvar moreOptions = textProp.property("More Options");var variableFontSpacing = moreOptions.property("ADBE Text Variable Font Spacing");// Variable Font Spacing has 3 modes:// 1 = Adaptive - Applies per-character tracking when appropriate// 2 = Per Character - Always applies per-character tracking// 3 = Default – Tracking is per the default Text Animator settings// Set to Per-Character variableFontSpacing.setValue(2);// Get the current modevar currentSpacingMode = variableFontSpacing.value; Accessing Axes in ExpressionsVariable font axes can be referenced in expressions using their property accessor. It will be fontAxis[4 char tag], e.g. fontAxisWght, fontAxisWdth, etc.// Reference axis from another propertytext.animator("Animator 1").property.fontAxisWght// Link layer opacity to font weightvar weight = text.animator("Animator 1").property.fontAxisWght;weight / 10;// Create responsive typography – apply to Font Axis Weightvar scale = thisComp.layer("My Layer Name").transform.scale[0];linear(scale, 50, 150, 300, 900); // Map scale to weight A few things still to come…While Variable Font Animation works with both Point and Box Text, the defined area of Box Text is not maintained with Text Animators. Variable fonts will cause the rendering area to change, and justified text will not wrap as expected. We are investigating improvements here. We can't wait to see what you create with this powerful new typography animation feature! Share your projects and techniques in the comments below. 

【既知の問題】Premiere Pro25.6.1でプロジェクトが開けない問題について

2025/11/25追記現状の対応策として、プロジェクトダウングレードツールが公開されました。----------------------------11月19日に配信されたPremiere Pro2025(25.6.1)バージョンで確認されている問題についてご案内いたします。 【Premiere Pro25.6.1でプロジェクトが開けない】●確認されている症状 プロジェクトを開くと「このプロジェクトは新しいバージョンのAdobe Premiere Proで保存されたので、このバージョンでは開けません。」とメッセージが出て開けない 開けるプロジェクトと開けないプロジェクトがある Premiere Pro25.6.1へアップデート前までは開けていた    ●問題の発生する条件11月13日頃に配信されたPremiere Pro25.6バージョンへアップデートしていた環境 ※25.6バージョンは現在配信停止されております。 オブジェクトマスク機能を有効にして編集されたプロジェクト こちらの問題は、新機能であるオブジェクトマスク機能を有効にして変換されたプロジェクトを25.6.1バージョンで開いた際に発生します。※オブジェクトマスク機能は25.6.1バージョンには搭載されておりません。 ●現状の対応策2025/11/25更新----------------------------◆回避策1:プロジェクトダウングレードツールで変換するv25.6.0で保存されたプロジェクトをv25形式に変換するアプリが公開されました。<Premiere 25.6.0 Project Downgrade Tool>WindowsMacご利用のOSに応じたリンクを開き、右上の「Download」ボタンからインストーラーをダウンロードして実行し、インストールを行ってください。※プロジェクトはバックアップをお取りください。ダウングレードツール起動後、開けないプロジェクトをドラッグ&ドロップして変換をお試しください。※「This file contains mask data that cannot be safely processed.」という赤いエラーメッセージが出る場合そのプロジェクトはオブジェクトマスク機能が含まれるためダウングレードツールでダウングレードができません。ベータ版で編集を継続いただくか、XML変換をお試しください。-------------------------------------------------------- ◆回避策2:Premiereベータ版で開くオブジェクトマスク機能はPremiereベータ版に搭載されています。Creative CloudデスクトップよりPremiereベータ版を導入し、開けないプロジェクトの編集をお試しください。※Premiereベータ版が英語で起動してしまった場合は、一旦終了してからもう一度ベータ版の起動をお試しください。詳細は以下の公開文書をご参照ください。■Adobe Creative Cloud ベータ版のよくある質問https://helpx.adobe.com/jp/x-productkb/global/creative-cloud-beta.html※ベータ版はサポート対象外となるため、自己責任でのご利用をお願いいたします。また、Premiereベータ版で開いたプロジェクトをXML書き出しすることで、メジャーリリース版でもプロジェクトが開ける可能性がございます。ベータ版でプロジェクトを開いた後に以下の操作をお試しください。画面上部メニュー<ファイル→書き出し→Final Cut Pro XML>を選択 XMLファイルの書き出し先を選んで保存 Premiere Pro25.6.1(メジャーリリース版)を起動し、手順2で書き出したXML読み込み ※XML変換により、元のプロジェクト内容が完全には再現できない可能性がございます。あらかじめご了承ください。 ◆回避策3:以前のバージョンで編集した自動保存プロジェクトを探すパソコン内で「.prproj」を検索し、Premiere Proのプロジェクトファイルを確認してください。Premiere Pro 25.6は2025年11月13日に配信されたため、更新日時がそれ以前のプロジェクトファイルであれば開ける可能性があります。開けたプロジェクトから作業をお試しください。 問題が改善しない場合やそれ以外のトラブルが発生した場合、以下の記事もご参照ください。「以前のバージョンで作成したプロジェクトが最新版でうまく動かない?」Premiere Pro アップデート後によくあるお問い合わせについて▶︎https://adobe.ly/3jlztNk 本障害につきまして、なるべく早く改善できるようチーム一同取り組んでおりますが、すでにこちらのトラブルでお困りの方におかれましては、上記の回避策で製品を引き続きご利用いただけましたら幸いです。またアップデートがありましたらお知らせいたします。

The November 2025 release of Painter is here!

  We’re psyched to announce that we’ve just released the latest version of Substance 3D Painter. Updates and additions for this release are very much focused on improving workflow and performance. Namely:   A new Ribbon Tool allowing you to paint complex repeating details, like stitches or zippers – or even text. This is even possible along curved surfaces and intricate geometry; you can now paint with patches that remain visually consistent without any stretching artifacts, or need to place elements manually.   Improved Symmetry controls for fills and effects, allowing you to apply symmetry directly to fill layers and effects in the layer stack.   Real-world displacement for digital twins and product design – Painter now includes Physical Displacement, which is particularly useful in fields such as product visualization and digital twin creation, where scale accuracy is vital.   Vulkan support and Baker API updates, for both Windows and Linux, providing smoother workflows and improved performance across complex projects.   And the ability to Extend Painter with Creative Cloud (CCD) Plugins, providing new ways to automate tasks and customize workflows.   For more details, take a look at our post on the Adobe blog discussing what’s new. You can also find complete information on the release in the Painter 11.1 release notes.   Keep on texturing, folks!

6 Ways to Use One of the Best AI Platforms to Summarize Documents

6 Ways to Use One of the Best AI Platforms to Summarize Documents Learn how to use Adobe Acrobat Studio to create a trusted AI workspace that increases productivity with AI summaries. SUMMARY Learn how to use one of the best AI platforms for summarizing documents to save time and streamline document creation and collaboration workflows. Adobe Acrobat Studio combines trusted PDF tools, AI-powered summarization, and creative features into one seamless AI workspace to help you stay productive wherever you work   Ever feel like you’re buried in documents? Between reports, research, contracts, and meeting notes, business professionals and students alike often find themselves scrambling to summarize documents so they can get the information they need in time to take action. Whether you’re preparing presentations, comparing proposals, or just trying to keep pace with a growing workload, manual reviews are too slow and error-prone when you need to be productive, and they just don’t cut it anymore. What you need is an AI-powered solution that reduces your workload by handling the heavy lifting, allowing you to search, summarize, and collaborate on documents all in one place. Representing the next generation of Adobe Acrobat and one of the best AI workspaces for faster, more focused document summarization, Adobe Acrobat Studio is designed to address these challenges.   Meet the New Acrobat Experience: Acrobat Studio Adobe invented the PDF and is trusted by millions of users across 745,000 organizations worldwide. More than 400 billion PDFs were opened or created with Acrobat last year alone—and now, that legacy of trust and innovation is evolving. Acrobat Studio brings together the proven reliability of Acrobat’s core PDF tools with AI and Adobe Express to make summarizing documents fast and easy. It transforms the familiar Acrobat experience into one of the best AI-powered productivity tools and creative platforms—combining smart AI capabilities, streamlined collaboration, and powerful design tools:   PDF Spaces: Organize and summarize a batch of multiple files at once to create custom workspaces for collaboration AI Assistants: Share PDF Spaces with a personalized AI Assistant to deliver knowledge, not just files – use a prebuilt AI Assistant like an analyst or instructor, or easily personalize your own and help guide its responses Adobe Express: Easily create standout content and polish your PDFs with simple tools, professionally-designed templates, and custom AI images to quickly create flyers, infographics, or social posts   Together, these tools make Acrobat Studio one of the best AI workspaces for teams. Now, let’s explore the six best ways you can use AI for document assistance and work smarter every day.      6 Ways to Summarize Documents in Adobe Studio   Consolidate and Summarize Multiple Sources in PDF Spaces: In Acrobat Studio, you can combine a batch of multiple files, like reports, research studies, and meeting notes, into a single PDF Space. Once you have all of your documents in one place, use Acrobat AI Assistant to identify key insights and generate concise summaries, so you can see the big picture faster.   Chat with Your Documents Using an AI Assistant: Your AI document assistant can be a great research partner. Ask questions and get quick answers, or request a short overview of any document. The AI Assistant works across a wide range of source types, including PDFs, Word documents, JPGs, PPT slides, web links, plain text, and Scans, to help you better understand content in seconds, synthesize it into key concepts & takeaways, or create summaries to share with others.   Get Instant Summaries Anywhere, Anytime: Whether you’re using the Acrobat desktop app, Acrobat web, or a mobile device, AI Assistant in PDF Spaces provides quick summaries and short takeaways on demand. On mobile, you can even use voice prompts while on the go for hands-free interactions that keep you productive and safe.   Verify and Trust Every Summary with Source Citations: Each AI-generated summary includes clickable citations, so you can trace insights back to their original source in your documents to verify accuracy, ensure personal relevance, and learn more. You’ll always know where the information came from—so you can make smarter decisions based on trusted insights.   Compare and Contrast Different Files Effortlessly: Need to understand changes between two contracts or find patterns across reports? AI Assistant highlights similarities and differences for you almost instantly, saving hours of tedious back-and-forth comparisons and manual toggling between files.   Break Down Complex Documents with Ease: Got a document that’s full of technical jargon or complex concepts? An AI Assistant can simplify dense language into clear, easy-to-understand explanations, so you can grasp complex information faster and more accurately.   Sounds easy, doesn’t it? It is! Let’s take a look at how businesses, students, and consumers are using AI assistants for summarizing documents in real-world scenarios.     Real-World Ways to Use AI Summarization No matter your goal or profession, Acrobat Studio adapts to how you work. Here are a few ways it makes life easier for everyone:   Business Professionals: Quickly synthesize insights from multiple files, market research, user interviews, trend reports, and more into one actionable summary to guide next steps and decision-making. Consumers: Review complex contracts like leasing docs, service agreements, or work proposals, letting AI Assistant summarize key points, define legal terms, highlight version differences, and surface potential issues & considerations before you sign. Students: Learn new concepts faster by uploading reading materials, research papers, lecture slides, or class notes, and asking the AI Assistant to outline, explain, or simplify them for deeper understanding.   The possibilities are endless, and so are the time savings. Get inspired by curated PDF Spaces. Discover new ideas and insights with ready-to-use knowledge, then customize, save, and share.     Why Acrobat Studio Is One of the Best AI Platforms for Summarizing Documents Acrobat Studio provides clear, concise summaries quickly to help you work smarter and faster. The platform’s AI-powered insights are built on Acrobat’s long-standing reputation for security and precision, and you can trust that the documents and data you upload will remain your own. Adobe does not use your content to train its generative AI models. (Learn more about how Adobe protects your documents and content using responsible practices.)   You can stay productive anywhere with desktop, web, and mobile app access, and use Chrome or Edge browser extensions for quick edits and reviews. Acrobat Studio also integrates seamlessly with Microsoft 365, Dropbox, and other third-party cloud storage tools to keep your workflows connected. The Fastest Way to Understand Your Documents Whether you’re reviewing a single document or managing hundreds, Adobe Acrobat is hands-down one of the best AI platforms for summarizing documents—and one that combines the precision and trust of Acrobat with the creativity and intelligence of an all-in-one AI workspace. Try Adobe Acrobat Studio today and experience how fast and simple document summarization can be.     If this was helpful, please click the  Upvote icon in the top left corner of this post. Your feedback helps us improve the experience. Thank you!

Acrobat に「問題が発生しました」「登録を初期化しています」「ログイン画面が表示されない」などによりログインが行えない件について

Acrobat をご利用中の一部のお客様で問題が発生し、ご不便おかけして申し訳ございません。 【対象のAcrobat】Acrobat  【対象OS】Windows 【事象の詳細】Acrobat にログインを行う際に以下の事象を確認しています。 ・「登録を初期化しています...しばらくしてからやり直してください。」・「問題が発生しました」・ログインを押しても無反応となり、ログイン画面が表示されない 【回避策】以下の手順で英語の Acrobat に切り替え、ログインが可能かご確認をお願いします。 <手順>1. Ctrlキーを押下しながら、Acrobat のアイコンをクリック2. プルダウンを選択し、日本語から English に変更し、[OK] をクリック3. "Sign in" 画面でメールアドレスを入力し、[Continue] をクリック4. "Select an account" 画面が表示された場合、Acrobat のライセンスが紐づいているプロファイルを選択※ "Company or School Account" が "法人または学校のアカウント" です。 5. "Password" 画面にてパスワードを入力し、OK をクリック6. 右上のログインが丸いアイコンに変わったことを確認し、Acrobat を終了7. Ctrlキーを押下しながら、Acrobat のアイコンをクリック8. プルダウンを選択し、English から日本語に変更し、[OK] をクリック 【調査について】11月19日追記本事象は、日本語環境でもログイン画面が表示されていることを確認いたしました。 事象が発生したお客様には、大変ご不便をおかけして申し訳ございません。Acrobat を起動いただき、ログインが行えるかをご確認ください。

《解消済》【障害】Premiere Proで文字入力ができない、起動ができない問題について

【2025/11/19追記】 2025年11月19日(水)9:10現在、問題の解消を確認しております。 改めましてご不便をおかけしましたことを、深くお詫び申し上げます。   なお、一部お手元で問題が継続する場合には、再ログインをお試しいただきそれでも改善が見られない場合は、Creative Cloud Desktopの再インストールをお試しください。   再インストールの手順は以下の内容を参考に実施いただくようお願い致します。   ■Creative Cloud のライセンスに関するトラブル全般の対処 https://helpx.adobe.com/jp/creative-cloud/kb/cq03240539.html   --------------------------------------------------------   2025年11月18日現在確認されている問題についてご案内いたします。   【Adobeサーバー障害】 ●確認されている症状 Creative Cloudデスクトップが開かない・開くのに時間がかかる Premiere Pro/After Effectsで文字入力ができない Premiere Proが起動しない ●問題の発生する条件 MacOS 11/17までは問題なし   ●現状の対応策 一旦ネットワークをオフラインにしてから起動をお試しください。症状が落ち着いたことが確認でき次第、オンラインへと切り替えしてください。   ■操作方法 【1】 インターネット接続を無効化します。 1. 現在インターネットに接続されている状態を一旦オフにします。  Macの「システム環境設定」から行います。  画面左上のリンゴのマーク(Appleメニュー)をクリックしてください。 2. 出てきたメニューの中から「システム環境設定」を選びます。  「システム環境設定」の中にある「ネットワーク」という項目をクリックしてください。  ※丸い地球のようなアイコンです。 3. 左側に「Wi-Fi」や「Ethernet(イーサネット)」と書かれた一覧がありますのでご確認ください。  今、緑の丸がついているものが現在接続中です。 4. お使いのネットワーク環境に合わせてネットワークを切断ください。  ■Wi-Fi の場合 「Wi-Fi」を選んだ状態で、右側に「Wi-Fiをオフにする」というボタンがありますので、クリックしてください。    ■有線LAN(Ethernet)の場合 「Ethernet」を選んだ状態で、右下の「詳細」ボタンを押します。 「TCP/IP」タブを開いて、設定を「手動」に変更し、IPアドレスを空欄にします。 または、ケーブルを抜くことでも切断が可能です。 5. 画面左側の丸が「赤」になっていれば、接続が無効になっています。 【2】 製品を起動し動作をご確認ください。 【3】 インターネット接続を有効化します。  インターネット接続を無効化した同じ画面で「Wi-Fiをオンにする」ボタンを押すか、Ethernetケーブルを再度接続します。   本障害につきまして、なるべく早く改善できるようチーム一同取り組んでおりますが、すでにこちらのトラブルでお困りの方におかれましては、上記の回避策で製品を引き続きご利用いただけましたら幸いです。またアップデートがありましたらお知らせいたします。   参考リンク ▶複数のアドビアプリケーションの動作の問題について

《11/19解消》【Mac】複数のアドビアプリケーションの動作の問題について

2025年11月19日(水)9:10現在問題解消を確認しております。 改めましてご不便をおかけしましたことを、深くお詫び申し上げます。   なお、一部お手元で問題が継続する場合には、再ログインをお試しいただきそれでも改善が見られない場合は、Creative Cloud Desktopの再インストールをお試しください。   再インストールの手順は以下の内容を参考に実施いただくようお願い致します。   ■Creative Cloud のライセンスに関するトラブル全般の対処 https://helpx.adobe.com/jp/creative-cloud/kb/cq03240539.html                                                                                                                                                                                      2025年11月18日現在、Creative Cloud 、Illustrator、InDesign、Premiere Pro、Bridge、Camera Raw などの複数のアプリケーションにて 起動できない、ファイルの内容がうまく表示されない などの問題がMacをご利用のお客様環境から報告されております。※現在Windowsではこの問題の報告はありません。   本件は現在解決に向けて調査中となっており 調査の結果が出次第本ケースを更新して参ります。     【Creative Cloud の回避策】PCを再起動いただき、Creative Cloud のホーム画面で読み込み状態が続く場合には5分程お待ちいただき読み込み完了をお待ちください。現在障害により読み込み遅延が確認されています。    【その他製品の回避策】 オフライン環境(ネットワーク接続を切った状態)にした上でアプリを再起動いただくことで、利用できる事例が確認できております。(アプリを起動したままオフラインにしても効果を得られない場合があります) お急ぎでご利用の場合には、こちらをお試しいただくようお願い致します。動作が正常になったのちにオンラインに戻しても問題ないケースが多く確認されておりますが、PC再起動後などは改めて「オフライン状態でのアプリ起動」をご実施して問題の回避を行ってください。【現在確認出来ている各アプリの症状】 ・Creative Cloud ローディングが続く・Creative Cloud 系アプリをとじるときに「AdobeGCClientが終了しました」とでる。・BridgeからCamera Raw 呼び出すと「編集機能が有効ではない」とアラートが出て利用できない・Bridgeでファイル名が変更できない・Illustratorが起動しない・Illustrator動作重い・Illustrator選択しても選択されない・Illustratorファイルを開けない・Illustratorファイル開くと真っ黒になる・Illustratorショートカットが効かない・InDesign モーダルダイアログアラートが出て動作不能となる・InDesign テキストフレーム作成やツール操作が効かない ・Premiere Proで文字入力ができない・Premiere Pro 起動しない  

Illustratorのパフォーマンス向上で、より高速でスムーズな操作を体験してください

この記事は 2025/05/31 Enjoy faster, smoother experience with Performance Improvements in Illustrator @Srishti Bali  の翻訳です。   みなさん、こんにちは! Adobe Illustratorにおけるクリエイティブなワークフローにおいて、パフォーマンスが不可欠であることを私たちは理解しています。アプリケーションの速度と応答性を向上させるための継続的な取り組みについて、お知らせできることを嬉しく思います。メニュー操作、リンクされた画像の処理、エフェクトの適用、アプリケーション起動時間、ファイル保存など、一般的なワークフローにおいて顕著な改善を実感いただけるでしょう。今後のロードマップには大規模なパフォーマンス向上が含まれており、2025年から2026年にかけて定期的なアップデートを予定しています。   アプリを更新してください Illustratorの最新パフォーマンス強化機能を試してみてください。 Illustratorを更新する Illustrator 30.0 の機能強化 高速保存:Illustratorは変更部分のみを保存し、ドキュメント全体を保存しないため、複雑なアートワークの保存が高速化されました。クラッシュ復旧機能の強化:予期せぬクラッシュ発生後、作業内容を迅速かつ確実に復元します。シームレスな編集:移動、拡大縮小、回転、複製など、リアルタイムで遅延のないキャンバス上での操作をお楽しみください。 Illustrator 29.8.1 の機能強化 Illustrator 29.8.1では、起動時間の短縮、よりスムーズで応答性の高い操作感、ファイルやデザインワークフローへの迅速なアクセスをお楽しみいただけます。 Illustrator 29.6 の機能強化 効果:書道ブラシとアートブラシ(ウィンドウ>ブラシ)は効果の描画が高速化されました。編集:移動、拡大縮小、回転、複製などの操作がよりスムーズかつ高速に行えます。 Illustrator 29.5 の機能強化 メニュー: トップレベルメニューとコンテキストメニューの表示と応答が高速化されました。 「タイプ」>「フォント」およびコンテキストメニューの「フォント」での操作がよりスムーズかつ高速になりました。 リンクパネル: このパネルはより高速なスクロール体験を提供します。 パネルは、ネットワークドライブからのものを含む、埋め込みおよびリンクされたアセットを変更するとリアルタイムで更新されます。 効果: 変形(効果>歪みと変形>変形)、ワープ(効果>ワープ)、ブレンド(オブジェクト>ブレンド)の適用が高速化されました。 複数の塗りつぶしとストロークを持つオブジェクトでは、エフェクトのレンダリングが高速化されます。   より滑らかで速い。 Illustrator 29.4 の機能強化 メニューとメニュー項目がより迅速かつスムーズに開いて反応するため、機能へのアクセスやワークフローの完了がより効率的に行えます。 Illustrator 29.3 の機能強化 高速化されたファイルインポート:ローカルストレージとネットワークドライブの両方から、PNG、JPEG、TIFF、Photoshopファイルをより迅速にインポートし、ワークフローを最適化します。 ドロップシャドウ、ぼかし、内側発光、外側発光、ラスタライズなど、頻繁に使用するエフェクトのレンダリング速度が向上し、シームレスなデザイン体験を実現します。 レイヤー管理をより効率的に行えるようになりました。・非表示/表示操作がよりスムーズに・展開/折りたたみ操作が高速化・パネルのスクロール動作が改善 Illustrator 29.2 の機能強化 画像のインポート、エクスポート、および埋め込み: JPEGおよびPNGファイルの「ファイル」>「開く」、「ファイル」>「配置」、およびドラッグ&ドロップ操作を高速化。 JPEGおよびPNGファイル形式へのエクスポート速度が向上しました。 リンクされた画像を埋め込み画像へより高速に変換します。 エフェクト処理: 画像に対するすべてのPhotoshopエフェクトのパフォーマンスが向上しました。 オブジェクト>ラスタライズを使用する際のオブジェクトのラスタライズ処理を高速化。 レイヤーパネル: レイヤー管理がよりスムーズかつ高速に。非表示/表示切り替え、展開/折り畳み操作、パネルスクロール、レイヤーナビゲーションを含む。   ぜひご意見をお聞かせください! Illustratorのこれらのパフォーマンス改善点をお試しいただき、コメント欄でご意見をお聞かせください。リリースに関する問題や追加のヒントが必要な場合は、お気軽に新しい投稿を作成してください! 参考になった場合は、この記事の左上にあるアップボートアイコンをクリックしてください。あなたのフィードバックは、私たちの経験を改善するのに役立ちます。 ありがとうございました!   ご質問がある場合、下の「返信」をクリックして質問してください。 お役に立てた場合には「フォローする」をクリックして、この投稿を是非ブックマークしてください。  

Illustratorにおけるアートボードの機能強化

この記事は 2025/07/16 Artboard Enhancements in Illustrator @HARSHIKA_VERMA の翻訳です。   みなさん、こんにちは! 最新のリリースで、Illustratorのエンジニアリングチームは、皆様からのフィードバックを直接反映した、画期的なアートボードの機能強化を実現しました。これらの更新により、セットアップの高速化、キャンバス制御の明確化、そして信頼性の高いエクスポート精度が実現されています。   アプリを更新してください Illustratorの最新のアートボード機能強化をお試しください。 Illustratorwを更新する Illustrator 30.0 の機能強化 ワンクリックでアートボードをロック。選択したアートボードを右クリック(macOSではControlキーを押しながらクリック)し、以下のオプションから選択してください: 選択したものをロック 選択したものを除くすべてをロック すべてをロック アートボードをアートボードパネルから直接ロックすることもできます。ロックしたいアートボードを選択し、ロックアイコンをクリックしてください。 Illustrator v30.0では、個々のアートボードに単色の背景色を割り当てられるため、デザインのプレビューがより簡単になりました。ダークUI、ソーシャルメディア用テンプレート、ブランドレイアウトなど、あらゆるデザインにおいて、この機能は作品を実際の使用環境で視覚化し、整理整頓するのに役立ちます。 キャンバスまたはアートボードパネルから直接アートボードを選択し、必要なものだけを素早くエクスポートできます。 キャンバス上で右クリックするだけで、アートボードを直接管理できます。パネルを切り替えることなく、新規作成、複製、名前変更、削除、選択、再配置、ロック、書き出しといった主要なコマンドにアクセス可能です。 Illustrator 29.7 の機能強化 アートボードの任意の端にある「+」ボタンを選択すると、レイアウトをすばやく拡張し、新しいアートボードを追加または複製(リンク先は英語表記です)できます。 複数のアートボードをまとめて名前変更(リンク先は英語表記です)し、特に複数アートボードを含むファイルにおいて、画面、バージョン、またはエクスポートをより効率的に管理します。     Illustratorでは、アクティブなアートボードが黒い枠線で囲まれるようになりました。これにより、作業領域が常に明確になります。 Illustrator 29.6 の機能強化 直前のアートボード操作(移動、複製、拡大縮小)を即座に繰り返す(リンク先は英語表記です)には、Ctrl + D または Cmd + D を使用します。 「前面へ貼り付け」、「背面へ貼り付け」、または「元の位置に貼り付け」を使用して、選択したアートボードにオブジェクトを直接貼り付けます(リンク先は英語表記です)。 ドキュメント内の選択したアートボードを、より精密に簡単に再配置(リンク先は英語表記です)でき、ワークフローの効率化を支援します。 Illustrator 29.5 の機能強化 ファイル管理を容易にするため、書き出し時にアートボード名に接頭辞を追加する。   ぜひご意見をお聞かせください! この直感的なカラー操作方法をぜひお試しいただき、コメント欄でご意見をお聞かせください。リリースに関する問題や追加のヒントが必要な場合は、お気軽に新しい投稿を作成してください! 参考になった場合は、この記事の左上にあるアップボートアイコンをクリックしてください。あなたのフィードバックは、私たちの経験を改善するのに役立ちます。 ありがとうございました!   ご質問がある場合、下の「返信」をクリックして質問してください。 お役に立てた場合には「フォローする」をクリックして、この投稿を是非ブックマークしてください。  

Illustratorのスナップ機能の強化

この記事は 2025/10/29 Snapping enhancements in Illustrator  @HARSHIKA_VERMA の翻訳です。   みなさん、こんにちは! 最新のリリースで、Illustratorのエンジニアリングチームは、皆様からのフィードバックを直接反映した、画期的なアートボードの機能強化を実現しました。これらの更新により、セットアップの高速化、キャンバス制御の明確化、そして信頼性の高いエクスポート精度が実現されています。     アプリを更新してください Illustratorの最新のスナップ機能強化をお試しください。 Illustratorを更新する   Illustrator 30.0 の機能強化 Illustratorの「スナップ接線」機能を使用すると、曲線に滑らかで正確に接続する線を引いたり調整したりできます。この機能は、線が曲線と正確に一点で接するようにすることで、幾何学的な正確さを保ちます。ロゴ、技術図面、円形や有機的な形状を含むデザインに最適です。 Illustratorの「垂直スナップ」機能を使用すると、線の端点を直線パスに対して完全な直角に整列させ、クリーンで精密な幾何学的接続を実現します。精度が重要な建築レイアウト、技術図面、ベクターイラストレーションに最適です。 Illustrator 29.8.1 の機能強化 スマートガイドを使用すると、あらゆるオブジェクトの端点、中点、中心に正確にスナップ(リンク先は英語表記です)でき、デザイン全体でより迅速かつ一貫性のある位置合わせを実現します。   強化されたグリッドスナップ(リンク先は英語表記です)機能により、グリッドセル内での柔軟なオブジェクト配置が可能となり、必要に応じてグリッド線や交点への正確なスナップも実現します。新たに追加された点線ガイドが明確な視覚的フィードバックを提供し、ピクセル単位の正確な位置合わせがこれまで以上に容易になりました。 改良されたスナップ機能により、半ピクセル単位のずれや不明瞭な位置合わせのヒントが排除され、アートワークがピクセルグリッドに完璧に整列します。ガイドはオブジェクトが真にピクセル単位で整列した時のみ表示されるため、画面表示に最適なシャープで正確なデザインを作成できます。 コントロールバー下部のスナップクイックアクセス(リンク先は英語表記です)パネルを使用し、グリッドにスナップ、ピクセルにスナップ、ポイントにスナップ、スマートガイドを簡単に切り替えられます。アライメントガイドやグリフにスナップなどのスナップ設定を即座に調整し、作業の流れを中断することなく、よりスムーズで精密な位置合わせを実現します。 回転したオブジェクトの頂点、中点、中心に形状やパスを正確に配置(リンク先は英語表記です)できるようになりました。改良されたスマートガイドが回転角度を自動検知し、向きにかかわらず一貫した配置を保証します。 現在、スナップをアクティブなアートボード内のオブジェクトのみに制限し、分離されたオブジェクトへのスナップ(リンク先は英語表記です)を環境設定パネルから直接有効にできます。これにより、ワークスペース外の要素との意図しない位置合わせを回避し、編集を正確かつ集中的に行えます。 新しい高度なスマートガイド設定(リンク先は英語表記です)を活用し、キャンバス上でのオブジェクトの整列やスナップ方法をカスタマイズしましょう。グリッドへの強制スナップを有効にしたり、スナップ許容値を調整したり、スナップ時にガイドを表示したりできます。これにより、スナップ機能をワークフローに合わせて柔軟に調整できます。   ぜひご意見をお聞かせください! Illustratorのスナップ機能をより直感的に操作する方法を探ってみてください。コメント欄でご意見をお聞かせください。リリースに関する問題や追加のヒントが必要な場合は、新しい投稿を作成してください! 参考になった場合は、この記事の左上にあるアップボートアイコンをクリックしてください。あなたのフィードバックは、私たちの経験を改善するのに役立ちます。 ありがとうございました! ご質問がある場合、下の「返信」をクリックして質問してください。 お役に立てた場合には「フォローする」をクリックして、この投稿を是非ブックマークしてください。

Illustratorにおけるカラー補正

この記事は 2025/7/16 Color Enhancements in Illustrator @HARSHIKA_VERMA の翻訳です。   みなさん、こんにちは! 最新のリリースで、Illustratorのエンジニアリングチームは、皆様からのフィードバックを直接反映した、エキサイティングなカラー機能の強化を実現しました。今回のアップデートにより、既存の塗りつぶしを使用してグラデーションを適用したり、最近使用した色に即座にアクセスしたりできるようになりました。   アプリを更新する Illustratorの最新カラー機能をお試しください。 Update Illustrator   Illustrator 30.0 の機能強化 ディザ効果は、グラデーションの帯状模様を軽減し、より滑らかな色の遷移を実現することで、グラデーション塗りつぶしを強化します。帯状模様は、グラデーションストップ間の色が不均一に混ざり、目に見える段差を形成する際に発生します。ディザは、グラデーションをラスターピクセルに変換し、微細なノイズを加えることでこの問題を解決し、よりクリーンで自然な混色を実現します。デジタルアートワークと印刷物の両方に最適です。 知覚補間が、より滑らかで自然な色の遷移を生成することでグラデーションを強化する仕組みを解説します。この手法は人間の目が色の差異を認識する仕組みに沿っており、隣接する色相をより鮮明に、かつシームレスなブレンドを実現します。 Illustratorのカラーピッカーツールを使用して、塗りや線の色をプレビュー、選択、またはサンプリングできます。これにより、デザイン要素を正確にカスタマイズすることが容易になります。 Adobe Illustratorで事前定義されたグラデーションを適用し、作品に滑らかな色の変化を加える方法を学びましょう。グラデーションパネルまたはスウォッチパネルを使用して組み込みオプションから選択するか、独自のカスタムグラデーションを作成して保存し、後で使用できます。グラデーションツールを初めて使用すると、デフォルトの白から黒へのグラデーションが適用されます。それ以外の場合、Illustratorは前回使用したグラデーションを記憶し、再適用します。 Illustrator 29.8.1 の機能強化 カラー値を即座にコピーIllustratorでは、カラーパネル、カラーピッカー、新規スウォッチ、スウォッチオプションダイアログから直接カラー値をコピーできるようになりました。色を選択し、16進値のコピーを選択するだけで、ドキュメントやブランド資産間で即座に共有できます。詳細は、こちらの記事をご覧ください。 Illustrator 29.7 の機能強化 既存の塗りつぶしでグラデーションを適用するIllustratorでグラデーションを適用すると、自動的にオブジェクトの塗りつぶし色が起点として使用されます。これにより、単色からグラデーションへ(リンク先は英語表記です)の移行が簡素化され、ボタンやアイコン、図形の陰影付けに最適です。色を再選択する必要がありません。   直近の色を即座にアクセスIllustratorは、最近使用した色を自動的に「カラーとスウォッチ」パネルに追加するようになりました。これにより、手動でスウォッチを作成する必要なく、複数のドキュメント間で最近使用した色(リンク先は英語表記です)をすばやく適用できます。     Illustrator 29.5 の機能強化 強化された16進コード入力で、色を即座に適用できます。   ぜひご意見をお聞かせください! この直感的なカラー操作方法を試してみて、コメント欄でご感想をお寄せください。リリースに関する問題や追加のヒントが必要な場合は、新しい投稿を作成してください! 参考になった場合は、この記事の左上にあるアップボートアイコンをクリックしてください。あなたのフィードバックは、私たちの経験を改善するのに役立ちます。 ありがとうございました!   ご質問がある場合、下の「返信」をクリックして質問してください。 お役に立てた場合には「フォローする」をクリックして、この投稿を是非ブックマークしてください。  

Illustrator 2026 v30.0 の新フォントブラウザをご紹介

この記事は 2025/10/28 Meet the New Font Browser in Illustrator 2026 v30.0 @Anubhav M  の翻訳です。   みなさん、こんにちは!Illustratorでのフォント閲覧機能がさらに強力になりました。ローカルフォントとAdobeフォントをシームレスに閲覧でき、キーワードやテーマで検索、フォント言語などの特性に基づくフィルタ適用、Adobeアプリ間で同期するライブラリへの整理が可能です。アクセス方法は、ウィンドウ>タイプ>文字を選択し、文字パネルのフォントファミリドロップダウンを開いてください。キャンバス上でテキストを選択した際の「プロパティ」パネル、「コントロール」パネル、または「コンテキストタスクバー」からもアクセス可能です。詳細はこちらのヘルプ記事をご参照ください。   ぜひお試しください フォントブラウザの手順を簡単にご紹介します。 Open Illustrator クイックフィルター クイックフィルターでは、フォントをソース別に絞り込めます: お気に入りフォントを表示 最近追加したフォントを表示 ローカルフォントを表示 文書内 追加したフォントを表示 フィルター フィルターを使用すると、フォントを以下のカテゴリで絞り込めます: 言語と表記体系 フォント技術 分類 太さと幅 「フォント」タブ フォントブラウザを開くと表示されるのが「あなたのフォント」タブです。このタブには、お使いのコンピューターにインストールされているすべてのフォントと、Adobe Fontsから追加されたフォントが、セクションごとに整理されて表示されます。 ライブラリタブ フォントブラウザのライブラリタブでは、Creative Cloudライブラリを使用してフォントを整理できます。ライブラリタブ内で既存のライブラリを使用したり、新しいライブラリを作成したりできます。 もっと探すタブ 「もっと探す」タブには、Adobe Fontsの全フォントがセクション別に一覧表示されます。 直感的な選択、グローバル設定、スマートプレビューでフォントをすばやく探索 - すべて一箇所で フォントファミリーのフィールドを設定するフォントファミリーのフィールドを使用して、インストール済みの全オプションから使用するフォントを選択してください。 グローバルフォント設定グローバルフォント設定では、フォントプレビューや最近使用したフォントなど、主要なフォント設定を提供します。 フォント固有のオプション「フォント一覧」または「さらに探す」タブでフォントにカーソルを合わせると、そのフォント固有のオプションと詳細が表示されます: お気に入りに追加 または お気に入りから削除 類似フォントを表示 ライブラリに追加 追加済み または フォントファイルタイプ([フォント]タブのみ) 追加、追加中、または削除([もっと探す]タブのみ)   ぜひご意見をお聞かせください! Illustratorでフォントを扱うこの直感的な方法をお試しいただき、コメント欄でご感想をお寄せください。リリースに関する問題や追加のヒントが必要な場合は、お気軽に新しい投稿を作成してください! 参考になった場合は、この記事の左上にあるアップボートアイコンをクリックしてください。あなたのフィードバックは、私たちの経験を改善するのに役立ちます。 ありがとうございました!   ご質問がある場合、下の「返信」をクリックして質問してください。 お役に立てた場合には「フォローする」をクリックして、この投稿を是非ブックマークしてください。

Adobe Express 2025:機能の改善と更新

この記事は 2025/10/28 Adobe Express 2025: Improvements & Feature updates @Amitej S  の翻訳です。 Adobe Express:最新の修正と機能強化    皆様からのフィードバックは大変貴重であり、私たちは真摯に受け止めております。レビューで指摘された懸念事項を理解し、今後もユーザー体験の向上に努めてまいります。このたびAdobe Expressのアップデートを実施いたしましたことをお知らせいたします。     Adobe Expressをお試しください   Feature Highlights   SVG ファイルをインポート Adobe ExpressでSVGファイルを直接インポート、編集、エクスポートでき、スケーラブルでブランドに合ったアセットの作成が容易になります。色やレイアウトをカスタマイズし、複数の形式でエクスポートすることで、すべてのチャネルで鮮明で一貫性のあるデザインを実現します。         広告向けExpress    Adobe Expressから直接、TikTok、Amazon、LinkedIn、Googleの広告を作成・共有できます。創造性を発揮し、一貫性を保ち、キャンペーン準備を整える——すべてを1つのプラットフォームで実現します。             ワンクリックでのブランド設定   Adobe Expressは、画像分析によりブランドカラー、ロゴ、書体スタイルを統合した統一感のあるブランドキットを作成できるようになりました。               動画レイヤー   ゼロからプロ品質の動画を作成しましょう。Adobe Expressの直感的なタイムラインで、メディアをアップロードし、音楽を追加し、レイヤーをカスタマイズし、各シーンを磨き上げてください。           Useful Links   FAQ:Adobe Expressに関するよくある質問への回答をご覧ください。 新着情報:すべての新機能のハイライトをご覧ください。 システム要件:Adobe Expressの最小技術仕様を確認してください。 既知の問題::アプリに関する既知の問題を特定する。 ユーザーボイス: Adobe Expressをどう改善できますか?でユーザーボイスでご意見やアイデアをお聞かせください。  

After Effects 25.6 is now available to download!

Welcome to After Effects 25.6     After Effects 25.6 is here!This release focuses on stability and performance, delivering a long list of bug fixes along with several new features and workflow improvements. Update now to experience a smoother, faster, and more reliable creative process in After Effects.     New in 25.6   Here are the new features coming with version 25.6   Try the Latest Version Extensive fixes and improvements New improvements and fixes in After Effects make it easier and faster to work on your projects, helping you get things done more efficiently. Modify Default Camera Settings Use the View menu to adjust the custom view and Default Camera Settings, whether viewing through a camera layer, the default active camera, or a custom view. Single 3D Gizmo for multiple 3D layers Select multiple 3D layers and control them together using a single gizmo to simplify managing complex scenes and reduce visual clutter in your workspace. Tip of the Day Find quick, practical insights into features, time-saving shortcuts, and best practices each time the Composition, Footage, or Layer panels are reloaded or empty.      Fixed issues in 25.6 The list is long. Click here to check out the fixed issues.     New in Beta   Check out what's new in After Effects Beta.   Try the Beta app Create parametric meshes Use the new mesh tool to create parametric shapes such as spheres, cubes, and cones directly within the app, and customize or animate their size, shape, and appearance. Substance 3D Materials (SBSAR) Apply Substance Materials (.sbsar files) to 3D models and parametric meshes to explore a wide range of visual styles and achieve stylized looks. Unmult effect for Keying transparency Remove solid black or white backgrounds from footage while preserving the colors and details of the foreground for compositing or other visual effects. Lossless Compressed Playback Preview longer segments of your timeline while using significantly less disk space, without compromising visual quality.   Import SVG files as vectors Import SVG files directly into your composition and convert them into editable shape layers, ready to customize and animate. Improved Illustrator layer conversion Illustrator layers now preserve gradient fills, strokes, and transparency when converted to native shape layers, which also support animatable Scale and Rotation for gradients. Improved UI language support Run After Effects in languages different from the OS display language, enter Unicode characters in UI elements, mix multiple language scripts in a single text field, and more. Change anchor point in a more efficient way  Effortlessly adjust the anchor point on 2D layers with Quick Set Anchor using the Properties panel or a keyboard shortcut. Duplicate layers using Alt/Option-drag Alt/Option-drag a layer to the Composition panel to instantly duplicate it in both 2D and 3D compositions.   Enable lights to cast shadows Add multiple shadow-casting Spot, Parallel, and Environment lights to your 3D scene when using the Advanced 3D renderer in a 3D composition. New built-in audio effects Add new audio effects— Distortion, Compressor, and Gate to enhance and manage sound in your compositions, giving you precise control over audio directly within After Effects.     Here's how you can install the latest version   Open the Creative Cloud desktop application and click the Updates tab on the top left. Find After Effects in the list and click Update.     I don't see the update in my Creative Cloud desktop application. What should I do? Click Help > Check for Updates from the Creative Cloud desktop application to refresh it.   If you are experiencing any issues, please create a new thread explaining your problem so we can help.