Returns the list of images currently open.
>>> gimp.image_list()
Return the last opened image reference.
>>> pdb.gimp.image_list()[0]
Find a layer with a given name in an image.
| [Absorb] | |
| fAbsorbBoltGrowWidth=0.0000 | |
| fAbsorbBoltSmallWidth=7.0000 | |
| fAbsorbBoltsRadius=5.0000 | |
| fAbsorbCoreColorB=1.0000 | |
| fAbsorbCoreColorG=1.0000 | |
| fAbsorbCoreColorR=1.0000 | |
| fAbsorbGlowColorB=1.0000 | |
| fAbsorbGlowColorG=0.6000 | |
| fAbsorbGlowColorR=0.0000 |
| function addedCommentToCard(notification) | |
| { | |
| var notif = new Notification(notification); | |
| var members = notif.mentionedMembers(); | |
| } |
| <scheme name="Classic Eclipse" version="142" parent_scheme="Default"> | |
| <option name="FONT_SCALE" value="1.0" /> | |
| <metaInfo> | |
| <property name="created">2020-01-25T13:07:03</property> | |
| <property name="ide">Idea</property> | |
| <property name="ideVersion">2019.3.2.0.0</property> | |
| <property name="modified">2020-01-25T13:07:22</property> | |
| <property name="originalScheme">Classic Eclipse</property> | |
| </metaInfo> | |
| <option name="LINE_SPACING" value="1.0" /> |
| spotless { | |
| /* | |
| * Read Spotless Java documentation here: | |
| * https://diffplug.github.io/spotless/javadoc/spotless-plugin-gradle/3.25.0/ | |
| */ | |
| java { | |
| // Include only java source files | |
| target 'src/*/java/**/*.java' | |
| // A sequence of package names |
| [*] | |
| charset = utf-8 | |
| end_of_line = crlf | |
| indent_size = 4 | |
| indent_style = space | |
| insert_final_newline = false | |
| max_line_length = 110 | |
| tab_width = 4 | |
| ij_continuation_indent_size = 8 | |
| ij_formatter_off_tag = @formatter:off |
| [17Apr2020 23:49:19.630] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(trcm-project.1.15.2-0.1.0.jar:C:\Users\Yooks\AppData\Roaming\.minecraft\mods\trcm-project.1.15.2-0.1.0.jar)] | |
| [17Apr2020 23:49:19.631] [main/DEBUG] [mixin/]: Registering mixin config: mixins.trcm.json | |
| [17Apr2020 23:49:19.684] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config mixins.trcm.json | |
| [17Apr2020 23:49:19.684] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:153) | |
| [17Apr2020 23:49:19.684] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100) | |
| [17Apr2020 23:49:19.684] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.mixin.Mixins.addCo |
| buildscript { | |
| repositories { | |
| maven { url = 'https://files.minecraftforge.net/maven' } | |
| maven { url = 'https://repo.spongepowered.org/maven' } | |
| jcenter() | |
| mavenCentral() | |
| } | |
| dependencies { | |
| classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true | |
| classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT' |
| import net.minecraft.client.MainWindow; | |
| public class GuiHelper { | |
| public static final int DEFAULT_WINDOW_WIDTH = 427; | |
| public static final int DEFAULT_WINDOW_HEIGHT = 240; | |
| public static class Coordinates { | |
| public final int x; |
| buildscript { | |
| repositories { | |
| maven { url = 'https://files.minecraftforge.net/maven' } | |
| jcenter() | |
| mavenCentral() | |
| } | |
| dependencies { | |
| classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true | |
| } | |
| } |
Returns the list of images currently open.
>>> gimp.image_list()
Return the last opened image reference.
>>> pdb.gimp.image_list()[0]
Find a layer with a given name in an image.