Gimp'e eklenti eklemek

Başlatan ShockLess, 22 Ekim 2011 - 11:10:19

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

ShockLess

selam,
arkadaşlar forumda araştırma yaptığımda eklentilerle ilgili ancak 1-2 konu bulabildim bu da benim  eklentileri edindiğim siteninkiyle uyuşmuyordu bu yüzden bu konuyu açtım.eklentiyi indirdiğim sitede kurulumdan şöyle bahsetmiş 2 ayrı şekilde:python ve script-fu versiyon olarak onlar da aşağıdaki gibi:

How to install (Script-Fu version):

   1. Right-click on the link below that says "layerfx.scm". A pop-up menu should appear. Click "Save Target As..." or "Save Link As..." or whatever the equivalent option in your browser is.
   2. Save the file "layerfx.scm" in your scripts folder. If you're not sure where your scripts folder is, you can check by opening GIMP and going to <Toolbox>/File/Preferences -> Folders -> Scripts. If more than one folder is shown, then any one of them will work.
   3. Once you have saved the file in your scripts folder, if you are already running GIMP, either click <Toolbox>/Xtns/Script-Fu/Refresh Scripts, or just close and reopen GIMP.
   4. If you have done this correctly, the scripts will appear in the menu under <Image>/Script-Fu/Layer Effects. If this menu is not there, try clicking <Toolbox>/Xtns/Script-Fu/Refresh Scripts. If it's still not there, make sure the file is in your scripts folder and that the filename ends with ".scm", not ".txt" or ".scm.txt" or something.

How to install (Python version):

   1. Right-click on the link below that says "layerfx.py". A pop-up menu should appear. Click "Save Target As..." or "Save Link As..." or whatever the equivalent option in your browser is.
   2. Save the file "layerfx.py" in your plug-ins folder. If you're not sure where your plug-ins folder is, you can check by opening GIMP and going to <Toolbox>/File/Preferences -> Folders -> Plug-Ins. If more than one folder is shown, then any one of them will work.
   3. If you're on a UNIX system, make sure layerfx.py is executable by typing this in the shell:
      chmod +x layerfx.py
      On other operating systems, you might have to do something else to make it executable.
   4. Once you have saved the file in your plug-ins folder, if you are already running GIMP, close and reopen it.
   5. If you have done this correctly, the scripts will appear in the menu under <Image>/Layer/Layer Effects, and <Layers>/Layer Effects. If these menus are not there, close and reopen GIMP. If they're still not there, make sure the file is in your plug-ins folder, that it is executable, that you have Python support installed, and that the filename ends with ".py", not ".txt" or ".py.txt" or something.


bi' yardım edebilen olursa harika olur,şimdiden teşekkürler.

if

@ShockLess, anlatımda bir bağlantıdan söz ediliyor. O bağlantıya sağ tıklayıp 'hedefi karflı kaydet' deyip 'scripts' dizini içerisine kaydetmeniz gerekmiş. O dizinin yerine öğrenmek için Gimp açıldıktan sonra Araçkutusu>/File/Seçenekler>Dosyalar>Betikler (<Toolbox>/File/Preferences -> Folders -> Scripts) yolu izlenebilirmiş. Kaydettikten sonra Gimp üzerinden "<Toolbox>/Xtns/Script-Fu/Refresh Scripts" yaparak yüklenebilirmiş ya da Gimp'i yeniden başlatmak yeterliymiş. Bu işlemlerden sonra betik "<Image>/Script-Fu/Layer Effects" altından görünmeliymiş. Görünmezse "<Toolbox>/Xtns/Script-Fu/Refresh Scripts" yoluna tıklayarak tekrar denemeliymişiniz.

Python versiyonu için: Yine hedefi farklı kayde deyip bu sefer dosyayı eklentiler dizini altına kaydedeceksiniz. O dizin için "<Toolbox>/File/Preferences -> Folders -> Plug-Ins" yolu söylenmiş. Dizinin tam yolunu öğrenin ve eklentiyi çalıştırılabilir yapmak için sudo chmod +x /eklentinin_yolu/layerfx.py komutunu vermelisiniz. Gimp'i yeniden başlattığınızda "<Image>/Layer/Layer Effects" ve "<Layers>/Layer Effects" menülerinin görünmesi gerekmiş.