タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

adobeに関するakymrkのブックマーク (3)

  • Specctr | Home

    768 px 100 px 200 px 200 px Fill: none Stroke: Solid 13pt #4990E2 Stop spec'ing by hand Design. Iterate. Spec. Sync. Add specs to your designs in an instant. Simplify your design to dev production with Specctr's panel and new automated annotation features. Now open source and free to use. Download Here Introducing Specctr 3.0 Spec in just a few easy steps! Our newest panel is better than ever. New

    akymrk
    akymrk 2014/04/04
    拡張
  • storage.goodmix » Blog Archive » Photoshop Script作成メモ

    前の記事では高速化についてだったので、他のTipsメモ 選択範囲の透明部分を完全に削除して切り抜きたい Photoshop Scriptでレイヤーでは document.activeLayer.bounds でレイヤーの領域を取得でき、 document.activeLayer.selection.copy(true); で選択範囲を結合してコピーできます(引数をfalseにすると結合せずにコピーになります)。 しかし、実際にこの操作を行ってから新規ドキュメントを作成し、データをペーストすると上下に数ピクセルの余白ができることがありました。 これらを削除するために、 if((nx2 - nx1) != (x2 - x1) || (ny2 - ny1) != (y2 - y1)){ newDocument.crop(newBoundsObj); } //x1-x2、y1-y2はコピーした

  • Adobe製、フリーのJavaScriptエディタプラグイン「JSEclipse」:CodeZine

    Adobeは2日、Adobe Labsを通じてフリーのEclipse用JavaScriptエディタプラグイン「JSEclipse」をリリースした。今回のバージョンは「prerelease 2」となっている。 JSEclipseはAdobe Labsのサイトから無償でダウンロードすることができる。なお、ダウンロードするためにはAdobe IDの登録が必要。また、Eclipseプラグインであるため、Eclipseを使用できるようにしておくことが必要となる。 ダウンロードしたzip形式のファイルを解答し、pluginsフォルダ内の「com.interaktonline.jseclipse_1.5.5.jar」とfeaturesフォルダ内の「com.interaktonline.jseclipse_1.5.5.jar」ファイルを、それぞれEclipse体のpluginsフォルダとfeatur

  • 1